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 booleanCmmnEventRegistryEventConsumer.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 voidBpmnEventRegistryEventConsumer.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.eventConsumerInfosMethods in org.flowable.eventregistry.api that return types with arguments of type EventConsumerInfoMethods in org.flowable.eventregistry.api with parameters of type EventConsumerInfoModifier and TypeMethodDescriptionvoidEventRegistryProcessingInfo.addEventConsumerInfo(EventConsumerInfo eventInfo) Method parameters in org.flowable.eventregistry.api with type arguments of type EventConsumerInfoModifier and TypeMethodDescriptionvoidEventRegistryProcessingInfo.setEventConsumerInfos(List<EventConsumerInfo> eventConsumerInfos)