Uses of Class
org.flowable.eventregistry.impl.model.OutboundChannelDefinitionBuilderImpl
Packages that use OutboundChannelDefinitionBuilderImpl
-
Uses of OutboundChannelDefinitionBuilderImpl in org.flowable.eventregistry.impl.model
Fields in org.flowable.eventregistry.impl.model declared as OutboundChannelDefinitionBuilderImplModifier and TypeFieldDescriptionprotected OutboundChannelDefinitionBuilderImpl
OutboundChannelDefinitionBuilderImpl.OutboundEventProcessingPipelineBuilderImpl.outboundChannelDefinitionBuilder
protected final OutboundChannelDefinitionBuilderImpl
OutboundChannelDefinitionBuilderImpl.OutboundJmsChannelBuilderImpl.outboundChannelDefinitionBuilder
protected final OutboundChannelDefinitionBuilderImpl
OutboundChannelDefinitionBuilderImpl.OutboundKafkaChannelBuilderImpl.outboundChannelDefinitionBuilder
protected final OutboundChannelDefinitionBuilderImpl
OutboundChannelDefinitionBuilderImpl.OutboundRabbitChannelBuilderImpl.outboundChannelDefinitionBuilder
Constructors in org.flowable.eventregistry.impl.model with parameters of type OutboundChannelDefinitionBuilderImplModifierConstructorDescriptionOutboundEventProcessingPipelineBuilderImpl
(OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder, OutboundChannelModel outboundChannel) OutboundJmsChannelBuilderImpl
(EventRepositoryService eventRepositoryService, OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder, JmsOutboundChannelModel jmsChannel) OutboundKafkaChannelBuilderImpl
(EventRepositoryService eventRepositoryService, OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder, KafkaOutboundChannelModel kafkaChannel) OutboundRabbitChannelBuilderImpl
(EventRepositoryService eventRepositoryService, OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder, RabbitOutboundChannelModel rabbitChannel)