Class MessageEventSubscriptionResource
java.lang.Object
org.camunda.bpm.engine.rest.sub.runtime.impl.MessageEventSubscriptionResource
- All Implemented Interfaces:
EventSubscriptionResource
-
Field Summary
Modifier and TypeFieldDescriptionprotected ProcessEngine
protected String
protected static final String
protected String
protected com.fasterxml.jackson.databind.ObjectMapper
-
Constructor Summary
ConstructorDescriptionMessageEventSubscriptionResource
(ProcessEngine engine, String executionId, String messageName, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
-
Field Details
-
MESSAGE_EVENT_TYPE
- See Also:
-
engine
-
executionId
-
messageName
-
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Constructor Details
-
MessageEventSubscriptionResource
public MessageEventSubscriptionResource(ProcessEngine engine, String executionId, String messageName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
getEventSubscription
- Specified by:
getEventSubscription
in interfaceEventSubscriptionResource
-
triggerEvent
- Specified by:
triggerEvent
in interfaceEventSubscriptionResource
-