public class CmmnEventRegistryEventConsumer extends BaseEventRegistryEventConsumer
| Modifier and Type | Field and Description |
|---|---|
protected CmmnEngineConfiguration |
cmmnEngineConfiguration |
commandExecutor, engingeConfiguration| Constructor and Description |
|---|
CmmnEventRegistryEventConsumer(CmmnEngineConfiguration cmmnEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected EventSubscriptionQuery |
createEventSubscriptionQuery() |
protected void |
eventReceived(EventInstance eventInstance) |
String |
getConsumerKey() |
protected String |
getStartCorrelationConfiguration(EventSubscription eventSubscription) |
protected void |
handleEventSubscription(CmmnRuntimeService cmmnRuntimeService,
EventSubscription eventSubscription,
EventInstance eventInstance,
Collection<CorrelationKey> correlationKeys) |
eventReceived, findEventSubscriptions, generateCorrelationKey, generateCorrelationKeys, getCorrelationKeyWithAllParameters, getEventRegistryprotected CmmnEngineConfiguration cmmnEngineConfiguration
public CmmnEventRegistryEventConsumer(CmmnEngineConfiguration cmmnEngineConfiguration)
public String getConsumerKey()
protected void eventReceived(EventInstance eventInstance)
eventReceived in class BaseEventRegistryEventConsumerprotected void handleEventSubscription(CmmnRuntimeService cmmnRuntimeService, EventSubscription eventSubscription, EventInstance eventInstance, Collection<CorrelationKey> correlationKeys)
protected String getStartCorrelationConfiguration(EventSubscription eventSubscription)
protected EventSubscriptionQuery createEventSubscriptionQuery()
createEventSubscriptionQuery in class BaseEventRegistryEventConsumerCopyright © 2023 Flowable. All rights reserved.