Uses of Interface
org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder
Packages that use InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder
-
Uses of InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder in org.flowable.eventregistry.api.model
Methods in org.flowable.eventregistry.api.model that return InboundChannelModelBuilder.InboundEventProcessingPipelineBuilderModifier and TypeMethodDescriptionInboundChannelModelBuilder.channelAdapter
(String delegateExpression) Sets a customInboundEventChannelAdapter
via a delegate expression.InboundChannelModelBuilder.InboundJmsChannelBuilder.eventProcessingPipeline()
Continue building theInboundChannelModel
by configuring the next parts (if any).InboundChannelModelBuilder.InboundKafkaChannelBuilder.eventProcessingPipeline()
Continue building theInboundChannelModel
by configuring the next parts (if any).InboundChannelModelBuilder.InboundRabbitChannelBuilder.eventProcessingPipeline()
Continue building theInboundChannelModel
by configuring the next parts (if any). -
Uses of InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder in org.flowable.eventregistry.impl.model
Classes in org.flowable.eventregistry.impl.model that implement InboundChannelModelBuilder.InboundEventProcessingPipelineBuilderModifier and TypeClassDescriptionstatic class
Fields in org.flowable.eventregistry.impl.model declared as InboundChannelModelBuilder.InboundEventProcessingPipelineBuilderModifier and TypeFieldDescriptionInboundChannelDefinitionBuilderImpl.inboundEventProcessingPipelineBuilder
Methods in org.flowable.eventregistry.impl.model that return InboundChannelModelBuilder.InboundEventProcessingPipelineBuilderModifier and TypeMethodDescriptionInboundChannelDefinitionBuilderImpl.channelAdapter
(String delegateExpression) InboundChannelDefinitionBuilderImpl.InboundJmsChannelBuilderImpl.eventProcessingPipeline()
InboundChannelDefinitionBuilderImpl.InboundKafkaChannelBuilderImpl.eventProcessingPipeline()
InboundChannelDefinitionBuilderImpl.InboundRabbitChannelBuilderImpl.eventProcessingPipeline()