Uses of Interface
org.flowable.eventregistry.api.EventRegistry
Packages that use EventRegistry
Package
Description
Helper classes for testing processes.
-
Uses of EventRegistry in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util that return EventRegistry -
Uses of EventRegistry in org.flowable.cmmn.engine.test
Methods in org.flowable.cmmn.engine.test that return EventRegistryModifier and TypeMethodDescriptionprotected EventRegistry
FlowableCmmnTestCase.getEventRegistry()
-
Uses of EventRegistry in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return EventRegistryModifier and TypeMethodDescriptionstatic EventRegistry
CommandContextUtil.getEventRegistry()
static EventRegistry
CommandContextUtil.getEventRegistry
(CommandContext commandContext) static EventRegistry
EngineServiceUtil.getEventRegistry
(AbstractEngineConfiguration engineConfiguration) -
Uses of EventRegistry in org.flowable.engine.test
Methods in org.flowable.engine.test that return EventRegistry -
Uses of EventRegistry in org.flowable.eventregistry.api
Methods in org.flowable.eventregistry.api that return EventRegistryMethods in org.flowable.eventregistry.api with parameters of type EventRegistryModifier and TypeMethodDescriptionvoid
ChannelModelProcessor.registerChannelModel
(ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant) void
InboundEventChannelAdapter.setEventRegistry
(EventRegistry eventRegistry) -
Uses of EventRegistry in org.flowable.eventregistry.impl
Classes in org.flowable.eventregistry.impl that implement EventRegistryFields in org.flowable.eventregistry.impl declared as EventRegistryModifier and TypeFieldDescriptionprotected EventRegistry
DefaultInboundEventProcessor.eventRegistry
protected EventRegistry
EventRegistryEngineConfiguration.eventRegistry
protected EventRegistry
EventRegistryEngineImpl.eventRegistry
Methods in org.flowable.eventregistry.impl that return EventRegistryModifier and TypeMethodDescriptionEventRegistryEngine.getEventRegistry()
EventRegistryEngineConfiguration.getEventRegistry()
EventRegistryEngineImpl.getEventRegistry()
Methods in org.flowable.eventregistry.impl with parameters of type EventRegistryModifier and TypeMethodDescriptionEventRegistryEngineConfiguration.setEventRegistry
(EventRegistry eventRegistry) Constructors in org.flowable.eventregistry.impl with parameters of type EventRegistry -
Uses of EventRegistry in org.flowable.eventregistry.impl.consumer
Methods in org.flowable.eventregistry.impl.consumer that return EventRegistryModifier and TypeMethodDescriptionprotected EventRegistry
BaseEventRegistryEventConsumer.getEventRegistry()
-
Uses of EventRegistry in org.flowable.eventregistry.impl.pipeline
Fields in org.flowable.eventregistry.impl.pipeline declared as EventRegistryModifier and TypeFieldDescriptionprotected final EventRegistry
InMemoryOutboundEventChannelAdapter.eventRegistry
Methods in org.flowable.eventregistry.impl.pipeline with parameters of type EventRegistryModifier and TypeMethodDescriptionvoid
DelegateExpressionInboundChannelModelProcessor.registerChannelModel
(ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant) protected void
DelegateExpressionInboundChannelModelProcessor.registerChannelModel
(DelegateExpressionInboundChannelModel channelModel, String tenantId, EventRegistry eventRegistry) void
DelegateExpressionOutboundChannelModelProcessor.registerChannelModel
(ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant) void
InboundChannelModelProcessor.registerChannelModel
(ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant) void
OutboundChannelModelProcessor.registerChannelModel
(ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant) Constructors in org.flowable.eventregistry.impl.pipeline with parameters of type EventRegistry -
Uses of EventRegistry in org.flowable.eventregistry.spring.jms
Fields in org.flowable.eventregistry.spring.jms declared as EventRegistryModifier and TypeFieldDescriptionprotected EventRegistry
JmsChannelMessageListenerAdapter.eventRegistry
Methods in org.flowable.eventregistry.spring.jms that return EventRegistryMethods in org.flowable.eventregistry.spring.jms with parameters of type EventRegistryModifier and TypeMethodDescriptionprotected JmsListenerEndpoint
JmsChannelModelProcessor.createJmsListenerEndpoint
(JmsInboundChannelModel jmsChannelModel, String tenantId, EventRegistry eventRegistry) protected jakarta.jms.MessageListener
JmsChannelModelProcessor.createMessageListener
(EventRegistry eventRegistry, InboundChannelModel inboundChannelModel) void
JmsChannelModelProcessor.registerChannelModel
(ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant) void
JmsChannelMessageListenerAdapter.setEventRegistry
(EventRegistry eventRegistry) Constructors in org.flowable.eventregistry.spring.jms with parameters of type EventRegistryModifierConstructorDescriptionJmsChannelMessageListenerAdapter
(EventRegistry eventRegistry, InboundChannelModel inboundChannelModel) -
Uses of EventRegistry in org.flowable.eventregistry.spring.kafka
Fields in org.flowable.eventregistry.spring.kafka declared as EventRegistryModifier and TypeFieldDescriptionprotected EventRegistry
KafkaChannelMessageListenerAdapter.eventRegistry
Methods in org.flowable.eventregistry.spring.kafka that return EventRegistryMethods in org.flowable.eventregistry.spring.kafka with parameters of type EventRegistryModifier and TypeMethodDescriptionKafkaChannelDefinitionProcessor.createEndpointConfigurations
(KafkaInboundChannelModel channelModel, String tenantId, EventRegistry eventRegistry, KafkaListenerEndpoint mainEndpoint, KafkaListenerContainerFactory<?> containerFactory) protected KafkaListenerEndpoint
KafkaChannelDefinitionProcessor.createKafkaListenerEndpoint
(KafkaInboundChannelModel channelModel, String tenantId, EventRegistry eventRegistry) protected GenericMessageListener<org.apache.kafka.clients.consumer.ConsumerRecord<Object,
Object>> KafkaChannelDefinitionProcessor.createMessageListener
(EventRegistry eventRegistry, InboundChannelModel inboundChannelModel) protected void
KafkaChannelDefinitionProcessor.processAndRegisterEndpoints
(KafkaInboundChannelModel channelModel, String tenantId, EventRegistry eventRegistry) void
KafkaChannelDefinitionProcessor.registerChannelModel
(ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant) void
KafkaChannelMessageListenerAdapter.setEventRegistry
(EventRegistry eventRegistry) Constructors in org.flowable.eventregistry.spring.kafka with parameters of type EventRegistryModifierConstructorDescriptionKafkaChannelMessageListenerAdapter
(EventRegistry eventRegistry, InboundChannelModel inboundChannelModel) -
Uses of EventRegistry in org.flowable.eventregistry.spring.rabbit
Fields in org.flowable.eventregistry.spring.rabbit declared as EventRegistryModifier and TypeFieldDescriptionprotected EventRegistry
RabbitChannelMessageListenerAdapter.eventRegistry
Methods in org.flowable.eventregistry.spring.rabbit that return EventRegistryMethods in org.flowable.eventregistry.spring.rabbit with parameters of type EventRegistryModifier and TypeMethodDescriptionprotected MessageListener
RabbitChannelDefinitionProcessor.createMessageListener
(EventRegistry eventRegistry, InboundChannelModel inboundChannelModel) protected RabbitListenerEndpoint
RabbitChannelDefinitionProcessor.createRabbitListenerEndpoint
(RabbitInboundChannelModel channelModel, String tenantId, EventRegistry eventRegistry) void
RabbitChannelDefinitionProcessor.registerChannelModel
(ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant) void
RabbitChannelMessageListenerAdapter.setEventRegistry
(EventRegistry eventRegistry) Constructors in org.flowable.eventregistry.spring.rabbit with parameters of type EventRegistryModifierConstructorDescriptionRabbitChannelMessageListenerAdapter
(EventRegistry eventRegistry, InboundChannelModel inboundChannelModel)