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 customInboundEventChannelAdaptervia a delegate expression.InboundChannelModelBuilder.InboundJmsChannelBuilder.eventProcessingPipeline()Continue building theInboundChannelModelby configuring the next parts (if any).InboundChannelModelBuilder.InboundKafkaChannelBuilder.eventProcessingPipeline()Continue building theInboundChannelModelby configuring the next parts (if any).InboundChannelModelBuilder.InboundRabbitChannelBuilder.eventProcessingPipeline()Continue building theInboundChannelModelby 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 classFields in org.flowable.eventregistry.impl.model declared as InboundChannelModelBuilder.InboundEventProcessingPipelineBuilderModifier and TypeFieldDescriptionInboundChannelDefinitionBuilderImpl.inboundEventProcessingPipelineBuilderMethods in org.flowable.eventregistry.impl.model that return InboundChannelModelBuilder.InboundEventProcessingPipelineBuilderModifier and TypeMethodDescriptionInboundChannelDefinitionBuilderImpl.channelAdapter(String delegateExpression) InboundChannelDefinitionBuilderImpl.InboundJmsChannelBuilderImpl.eventProcessingPipeline()InboundChannelDefinitionBuilderImpl.InboundKafkaChannelBuilderImpl.eventProcessingPipeline()InboundChannelDefinitionBuilderImpl.InboundRabbitChannelBuilderImpl.eventProcessingPipeline()