Class SignalEventReceivedCmd

  • All Implemented Interfaces:
    Command<Void>

    public class SignalEventReceivedCmd
    extends Object
    implements Command<Void>
    Author:
    Joram Barrez, Tijs Rademakers
    • Field Detail

      • eventName

        protected final String eventName
      • executionId

        protected final String executionId
      • async

        protected final boolean async
      • tenantId

        protected String tenantId
    • Constructor Detail

      • SignalEventReceivedCmd

        public SignalEventReceivedCmd​(String eventName,
                                      String executionId,
                                      boolean async,
                                      String tenantId)