org.camunda.bpm.engine.rest.sub.runtime.impl
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MESSAGE_EVENT_TYPE
protected static final String MESSAGE_EVENT_TYPE
- See Also:
- Constant Field Values
engine
protected ProcessEngine engine
executionId
protected String executionId
messageName
protected String messageName
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
MessageEventSubscriptionResource
public MessageEventSubscriptionResource(ProcessEngine engine,
String executionId,
String messageName,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
getEventSubscription
public EventSubscriptionDto getEventSubscription()
- Specified by:
getEventSubscription in interface EventSubscriptionResource
triggerEvent
public void triggerEvent(ExecutionTriggerDto triggerDto)
- Specified by:
triggerEvent in interface EventSubscriptionResource
Copyright © 2016 camunda services GmbH. All rights reserved.