Uses of Interface
org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder
-
Uses of InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder in org.flowable.eventregistry.api.model
Modifier 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).