Uses of Interface
org.flowable.eventregistry.api.model.OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder
Packages that use OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder
-
Uses of OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder in org.flowable.eventregistry.api.model
Methods in org.flowable.eventregistry.api.model that return OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilderModifier and TypeMethodDescriptionOutboundChannelModelBuilder.channelAdapter
(String delegateExpression) Sets a customOutboundEventChannelAdapter
via a delegate expression.OutboundChannelModelBuilder.OutboundJmsChannelBuilder.eventProcessingPipeline()
OutboundChannelModelBuilder.OutboundKafkaChannelBuilder.eventProcessingPipeline()
OutboundChannelModelBuilder.OutboundRabbitChannelBuilder.eventProcessingPipeline()
-
Uses of OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder in org.flowable.eventregistry.impl.model
Classes in org.flowable.eventregistry.impl.model that implement OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilderModifier and TypeClassDescriptionstatic class
Methods in org.flowable.eventregistry.impl.model that return OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilderModifier and TypeMethodDescriptionOutboundChannelDefinitionBuilderImpl.channelAdapter
(String delegateExpression) OutboundChannelDefinitionBuilderImpl.OutboundJmsChannelBuilderImpl.eventProcessingPipeline()
OutboundChannelDefinitionBuilderImpl.OutboundKafkaChannelBuilderImpl.eventProcessingPipeline()
OutboundChannelDefinitionBuilderImpl.OutboundRabbitChannelBuilderImpl.eventProcessingPipeline()