Class BpmnEventRegistryEventConsumer
java.lang.Object
org.flowable.eventregistry.impl.consumer.BaseEventRegistryEventConsumer
org.flowable.engine.impl.eventregistry.BpmnEventRegistryEventConsumer
- All Implemented Interfaces:
EventRegistryEventConsumer
-
Field Summary
FieldsFields inherited from class org.flowable.eventregistry.impl.consumer.BaseEventRegistryEventConsumer
commandExecutor, engingeConfiguration -
Constructor Summary
ConstructorsConstructorDescriptionBpmnEventRegistryEventConsumer(ProcessEngineConfigurationImpl processEngineConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionprotected longcountProcessInstances(RuntimeService runtimeService, EventInstance eventInstance, CorrelationKey correlationKey, ProcessDefinition processDefinition) protected EventSubscriptionQueryprotected EventRegistryProcessingInfoeventReceived(EventInstance eventInstance) protected StringgetStartCorrelationConfiguration(EventSubscription eventSubscription) protected voidhandleEventSubscription(RuntimeService runtimeService, EventSubscription eventSubscription, EventInstance eventInstance, Collection<CorrelationKey> correlationKeys, EventConsumerInfo eventConsumerInfo) protected voidstartProcessInstance(RuntimeService runtimeService, EventSubscription eventSubscription, EventInstance eventInstance, CorrelationKey correlationKey) Methods inherited from class org.flowable.eventregistry.impl.consumer.BaseEventRegistryEventConsumer
eventReceived, findEventSubscriptions, generateCorrelationKey, generateCorrelationKeys, getCorrelationKeyWithAllParameters, getEventRegistry
-
Field Details
-
processEngineConfiguration
-
-
Constructor Details
-
BpmnEventRegistryEventConsumer
-
-
Method Details
-
getConsumerKey
-
eventReceived
- Specified by:
eventReceivedin classBaseEventRegistryEventConsumer
-
handleEventSubscription
protected void handleEventSubscription(RuntimeService runtimeService, EventSubscription eventSubscription, EventInstance eventInstance, Collection<CorrelationKey> correlationKeys, EventConsumerInfo eventConsumerInfo) -
countProcessInstances
protected long countProcessInstances(RuntimeService runtimeService, EventInstance eventInstance, CorrelationKey correlationKey, ProcessDefinition processDefinition) -
startProcessInstance
protected void startProcessInstance(RuntimeService runtimeService, EventSubscription eventSubscription, EventInstance eventInstance, CorrelationKey correlationKey) -
getStartCorrelationConfiguration
-
createEventSubscriptionQuery
- Specified by:
createEventSubscriptionQueryin classBaseEventRegistryEventConsumer
-