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 OutboundChannelDefinitionBuilderImplOutboundChannelDefinitionBuilderImpl.OutboundEventProcessingPipelineBuilderImpl.outboundChannelDefinitionBuilderprotected final OutboundChannelDefinitionBuilderImplOutboundChannelDefinitionBuilderImpl.OutboundJmsChannelBuilderImpl.outboundChannelDefinitionBuilderprotected final OutboundChannelDefinitionBuilderImplOutboundChannelDefinitionBuilderImpl.OutboundKafkaChannelBuilderImpl.outboundChannelDefinitionBuilderprotected final OutboundChannelDefinitionBuilderImplOutboundChannelDefinitionBuilderImpl.OutboundRabbitChannelBuilderImpl.outboundChannelDefinitionBuilderConstructors 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)