public class BpmnEventRegistryEventConsumer extends BaseEventRegistryEventConsumer
| Modifier and Type | Field and Description |
|---|---|
protected ProcessEngineConfigurationImpl |
processEngineConfiguration |
commandExecutor, engingeConfiguration| Constructor and Description |
|---|
BpmnEventRegistryEventConsumer(ProcessEngineConfigurationImpl processEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected org.flowable.eventsubscription.api.EventSubscriptionQuery |
createEventSubscriptionQuery() |
protected void |
eventReceived(org.flowable.eventregistry.api.runtime.EventInstance eventInstance) |
String |
getConsumerKey() |
protected String |
getStartCorrelationConfiguration(org.flowable.eventsubscription.api.EventSubscription eventSubscription) |
protected void |
handleEventSubscription(RuntimeService runtimeService,
org.flowable.eventsubscription.api.EventSubscription eventSubscription,
org.flowable.eventregistry.api.runtime.EventInstance eventInstance,
Collection<CorrelationKey> correlationKeys) |
eventReceived, findEventSubscriptions, generateCorrelationKey, generateCorrelationKeys, getCorrelationKeyWithAllParameters, getEventRegistryprotected ProcessEngineConfigurationImpl processEngineConfiguration
public BpmnEventRegistryEventConsumer(ProcessEngineConfigurationImpl processEngineConfiguration)
public String getConsumerKey()
protected void eventReceived(org.flowable.eventregistry.api.runtime.EventInstance eventInstance)
eventReceived in class BaseEventRegistryEventConsumerprotected void handleEventSubscription(RuntimeService runtimeService, org.flowable.eventsubscription.api.EventSubscription eventSubscription, org.flowable.eventregistry.api.runtime.EventInstance eventInstance, Collection<CorrelationKey> correlationKeys)
protected String getStartCorrelationConfiguration(org.flowable.eventsubscription.api.EventSubscription eventSubscription)
protected org.flowable.eventsubscription.api.EventSubscriptionQuery createEventSubscriptionQuery()
createEventSubscriptionQuery in class BaseEventRegistryEventConsumerCopyright © 2020 Flowable. All rights reserved.