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 long
countProcessInstances
(RuntimeService runtimeService, EventInstance eventInstance, CorrelationKey correlationKey, ProcessDefinition processDefinition) protected EventSubscriptionQuery
protected EventRegistryProcessingInfo
eventReceived
(EventInstance eventInstance) protected String
getStartCorrelationConfiguration
(EventSubscription eventSubscription) protected void
handleEventSubscription
(RuntimeService runtimeService, EventSubscription eventSubscription, EventInstance eventInstance, Collection<CorrelationKey> correlationKeys, EventConsumerInfo eventConsumerInfo) protected void
startProcessInstance
(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:
eventReceived
in 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:
createEventSubscriptionQuery
in classBaseEventRegistryEventConsumer
-