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 long |
countCaseInstances(CmmnRuntimeService cmmnRuntimeService,
org.flowable.eventregistry.api.runtime.EventInstance eventInstance,
CorrelationKey correlationKey,
CaseDefinition caseDefinition) |
protected org.flowable.eventsubscription.api.EventSubscriptionQuery |
createEventSubscriptionQuery() |
protected org.flowable.eventregistry.api.EventRegistryProcessingInfo |
eventReceived(org.flowable.eventregistry.api.runtime.EventInstance eventInstance) |
String |
getConsumerKey() |
protected String |
getStartCorrelationConfiguration(org.flowable.eventsubscription.api.EventSubscription eventSubscription) |
protected void |
handleEventSubscription(CmmnRuntimeService cmmnRuntimeService,
org.flowable.eventsubscription.api.EventSubscription eventSubscription,
org.flowable.eventregistry.api.runtime.EventInstance eventInstance,
Collection<CorrelationKey> correlationKeys,
org.flowable.eventregistry.api.EventConsumerInfo eventConsumerInfo) |
protected void |
startCaseInstance(CaseInstanceBuilder caseInstanceBuilder,
String referenceId,
String referenceType) |
eventReceived, findEventSubscriptions, generateCorrelationKey, generateCorrelationKeys, getCorrelationKeyWithAllParameters, getEventRegistryprotected CmmnEngineConfiguration cmmnEngineConfiguration
public CmmnEventRegistryEventConsumer(CmmnEngineConfiguration cmmnEngineConfiguration)
public String getConsumerKey()
protected org.flowable.eventregistry.api.EventRegistryProcessingInfo eventReceived(org.flowable.eventregistry.api.runtime.EventInstance eventInstance)
eventReceived in class BaseEventRegistryEventConsumerprotected void handleEventSubscription(CmmnRuntimeService cmmnRuntimeService, org.flowable.eventsubscription.api.EventSubscription eventSubscription, org.flowable.eventregistry.api.runtime.EventInstance eventInstance, Collection<CorrelationKey> correlationKeys, org.flowable.eventregistry.api.EventConsumerInfo eventConsumerInfo)
protected long countCaseInstances(CmmnRuntimeService cmmnRuntimeService, org.flowable.eventregistry.api.runtime.EventInstance eventInstance, CorrelationKey correlationKey, CaseDefinition caseDefinition)
protected void startCaseInstance(CaseInstanceBuilder caseInstanceBuilder, String referenceId, String referenceType)
protected String getStartCorrelationConfiguration(org.flowable.eventsubscription.api.EventSubscription eventSubscription)
protected org.flowable.eventsubscription.api.EventSubscriptionQuery createEventSubscriptionQuery()
createEventSubscriptionQuery in class BaseEventRegistryEventConsumerCopyright © 2022 Flowable. All rights reserved.