Class MessageEventSubscriptionResource

java.lang.Object
org.camunda.bpm.engine.rest.sub.runtime.impl.MessageEventSubscriptionResource
All Implemented Interfaces:
EventSubscriptionResource

public class MessageEventSubscriptionResource extends Object implements EventSubscriptionResource
  • Field Details

    • MESSAGE_EVENT_TYPE

      protected static final String MESSAGE_EVENT_TYPE
      See Also:
    • engine

      protected org.camunda.bpm.engine.ProcessEngine engine
    • executionId

      protected String executionId
    • messageName

      protected String messageName
    • objectMapper

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

    • MessageEventSubscriptionResource

      public MessageEventSubscriptionResource(org.camunda.bpm.engine.ProcessEngine engine, String executionId, String messageName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
  • Method Details