Uses of Interface
org.flowable.eventregistry.api.ChannelModelProcessor
Packages that use ChannelModelProcessor
Package
Description
-
Uses of ChannelModelProcessor in org.flowable.eventregistry.impl
Fields in org.flowable.eventregistry.impl with type parameters of type ChannelModelProcessorModifier and TypeFieldDescriptionprotected Collection<ChannelModelProcessor>
EventRegistryEngineConfiguration.channelModelProcessors
Methods in org.flowable.eventregistry.impl that return types with arguments of type ChannelModelProcessorMethods in org.flowable.eventregistry.impl with parameters of type ChannelModelProcessorModifier and TypeMethodDescriptionvoid
EventRegistryEngineConfiguration.addChannelModelProcessor
(ChannelModelProcessor channelModelProcessor) Method parameters in org.flowable.eventregistry.impl with type arguments of type ChannelModelProcessorModifier and TypeMethodDescriptionEventRegistryEngineConfiguration.setChannelModelProcessors
(Collection<ChannelModelProcessor> channelModelProcessors) -
Uses of ChannelModelProcessor in org.flowable.eventregistry.impl.pipeline
Classes in org.flowable.eventregistry.impl.pipeline that implement ChannelModelProcessorModifier and TypeClassDescriptionclass
class
class
class
-
Uses of ChannelModelProcessor in org.flowable.eventregistry.spring.jms
Classes in org.flowable.eventregistry.spring.jms that implement ChannelModelProcessor -
Uses of ChannelModelProcessor in org.flowable.eventregistry.spring.kafka
Classes in org.flowable.eventregistry.spring.kafka that implement ChannelModelProcessorModifier and TypeClassDescriptionclass
AChannelModelProcessor
which is responsible for configuring Kafka Event registry integration. -
Uses of ChannelModelProcessor in org.flowable.eventregistry.spring.rabbit
Classes in org.flowable.eventregistry.spring.rabbit that implement ChannelModelProcessor