Class MessageEventSubscriptionResource

    • Field Detail

      • MESSAGE_EVENT_TYPE

        protected static final java.lang.String MESSAGE_EVENT_TYPE
        See Also:
        Constant Field Values
      • executionId

        protected java.lang.String executionId
      • messageName

        protected java.lang.String messageName
      • objectMapper

        protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
    • Constructor Detail

      • MessageEventSubscriptionResource

        public MessageEventSubscriptionResource​(ProcessEngine engine,
                                                java.lang.String executionId,
                                                java.lang.String messageName,
                                                com.fasterxml.jackson.databind.ObjectMapper objectMapper)