org.camunda.bpm.engine.rest.sub.runtime.impl
Class MessageEventSubscriptionResource

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

public class MessageEventSubscriptionResource
extends Object
implements EventSubscriptionResource


Field Summary
protected  ProcessEngine engine
           
protected  String executionId
           
protected static String MESSAGE_EVENT_TYPE
           
protected  String messageName
           
protected  com.fasterxml.jackson.databind.ObjectMapper objectMapper
           
 
Constructor Summary
MessageEventSubscriptionResource(ProcessEngine engine, String executionId, String messageName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
           
 
Method Summary
 EventSubscriptionDto getEventSubscription()
           
 void triggerEvent(ExecutionTriggerDto triggerDto)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

MessageEventSubscriptionResource

public MessageEventSubscriptionResource(ProcessEngine engine,
                                        String executionId,
                                        String messageName,
                                        com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Method Detail

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.