Class EventSubscriptionDeclaration

    • Field Detail

      • eventName

        protected final String eventName
      • eventType

        protected final String eventType
      • async

        protected boolean async
      • activityId

        protected String activityId
      • isStartEvent

        protected boolean isStartEvent
      • configuration

        protected String configuration
    • Constructor Detail

      • EventSubscriptionDeclaration

        public EventSubscriptionDeclaration​(String eventName,
                                            String eventType)
    • Method Detail

      • getEventName

        public String getEventName()
      • isAsync

        public boolean isAsync()
      • setAsync

        public void setAsync​(boolean async)
      • setActivityId

        public void setActivityId​(String activityId)
      • getActivityId

        public String getActivityId()
      • isStartEvent

        public boolean isStartEvent()
      • setStartEvent

        public void setStartEvent​(boolean isStartEvent)
      • getEventType

        public String getEventType()
      • getConfiguration

        public String getConfiguration()
      • setConfiguration

        public void setConfiguration​(String configuration)