Uses of Class
org.flowable.eventregistry.api.EventConsumerInfo
Packages that use EventConsumerInfo
Package
Description
-
Uses of EventConsumerInfo in org.flowable.cmmn.engine.impl.eventregistry
Methods in org.flowable.cmmn.engine.impl.eventregistry with parameters of type EventConsumerInfoModifier and TypeMethodDescriptionprotected boolean
CmmnEventRegistryEventConsumer.handleEventSubscription
(CmmnRuntimeService cmmnRuntimeService, EventSubscription eventSubscription, EventInstance eventInstance, Collection<CorrelationKey> correlationKeys, EventConsumerInfo eventConsumerInfo) -
Uses of EventConsumerInfo in org.flowable.engine.impl.eventregistry
Methods in org.flowable.engine.impl.eventregistry with parameters of type EventConsumerInfoModifier and TypeMethodDescriptionprotected void
BpmnEventRegistryEventConsumer.handleEventSubscription
(RuntimeService runtimeService, EventSubscription eventSubscription, EventInstance eventInstance, Collection<CorrelationKey> correlationKeys, EventConsumerInfo eventConsumerInfo) -
Uses of EventConsumerInfo in org.flowable.eventregistry.api
Fields in org.flowable.eventregistry.api with type parameters of type EventConsumerInfoModifier and TypeFieldDescriptionprotected List<EventConsumerInfo>
EventRegistryProcessingInfo.eventConsumerInfos
Methods in org.flowable.eventregistry.api that return types with arguments of type EventConsumerInfoMethods in org.flowable.eventregistry.api with parameters of type EventConsumerInfoModifier and TypeMethodDescriptionvoid
EventRegistryProcessingInfo.addEventConsumerInfo
(EventConsumerInfo eventInfo) Method parameters in org.flowable.eventregistry.api with type arguments of type EventConsumerInfoModifier and TypeMethodDescriptionvoid
EventRegistryProcessingInfo.setEventConsumerInfos
(List<EventConsumerInfo> eventConsumerInfos)