Interface EventSubscriptionDelegate
-
- All Superinterfaces:
Deferrable,org.camunda.bpm.engine.runtime.EventSubscription,ProcessInstanceAwareDelegate
- All Known Implementing Classes:
AbstractEventSubscriptionDelegate,EventSubscriptionDelegateImpl,MessageIntermediateCatchEventExecutable,ReceiveTaskExecutable,SignalIntermediateCatchEventExecutable
public interface EventSubscriptionDelegate extends org.camunda.bpm.engine.runtime.EventSubscription, ProcessInstanceAwareDelegate, Deferrable
- Author:
- Martin Schimak
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreceive()Receive the event the event subscription is waiting for.voidreceive(Map<String,Object> variables)Receive the event the event subscription is waiting for and deliver a map of received information to be stored as process instance variables.-
Methods inherited from interface org.camunda.bpm.scenario.defer.Deferrable
defer
-
Methods inherited from interface org.camunda.bpm.engine.runtime.EventSubscription
getActivityId, getCreated, getEventName, getEventType, getExecutionId, getId, getProcessInstanceId, getTenantId
-
Methods inherited from interface org.camunda.bpm.scenario.delegate.ProcessInstanceAwareDelegate
getProcessInstance
-
-