Uses of Class
org.flowable.eventregistry.impl.model.OutboundChannelDefinitionBuilderImpl
-
Packages that use OutboundChannelDefinitionBuilderImpl Package Description org.flowable.eventregistry.impl.model -
-
Uses of OutboundChannelDefinitionBuilderImpl in org.flowable.eventregistry.impl.model
Fields in org.flowable.eventregistry.impl.model declared as OutboundChannelDefinitionBuilderImpl Modifier and Type Field Description protected OutboundChannelDefinitionBuilderImplOutboundChannelDefinitionBuilderImpl.OutboundEventProcessingPipelineBuilderImpl. outboundChannelDefinitionBuilderprotected OutboundChannelDefinitionBuilderImplOutboundChannelDefinitionBuilderImpl.OutboundJmsChannelBuilderImpl. outboundChannelDefinitionBuilderprotected OutboundChannelDefinitionBuilderImplOutboundChannelDefinitionBuilderImpl.OutboundKafkaChannelBuilderImpl. outboundChannelDefinitionBuilderprotected OutboundChannelDefinitionBuilderImplOutboundChannelDefinitionBuilderImpl.OutboundRabbitChannelBuilderImpl. outboundChannelDefinitionBuilderConstructors in org.flowable.eventregistry.impl.model with parameters of type OutboundChannelDefinitionBuilderImpl Constructor Description OutboundEventProcessingPipelineBuilderImpl(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)
-