Uses of Class
org.flowable.eventregistry.impl.model.InboundChannelDefinitionBuilderImpl
Packages that use InboundChannelDefinitionBuilderImpl
-
Uses of InboundChannelDefinitionBuilderImpl in org.flowable.eventregistry.impl.model
Fields in org.flowable.eventregistry.impl.model declared as InboundChannelDefinitionBuilderImplModifier and TypeFieldDescriptionprotected InboundChannelDefinitionBuilderImpl
InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl.channelDefinitionBuilder
protected final InboundChannelDefinitionBuilderImpl
InboundChannelDefinitionBuilderImpl.InboundJmsChannelBuilderImpl.channelDefinitionBuilder
protected final InboundChannelDefinitionBuilderImpl
InboundChannelDefinitionBuilderImpl.InboundKafkaChannelBuilderImpl.channelDefinitionBuilder
protected final InboundChannelDefinitionBuilderImpl
InboundChannelDefinitionBuilderImpl.InboundRabbitChannelBuilderImpl.channelDefinitionBuilder
Constructors in org.flowable.eventregistry.impl.model with parameters of type InboundChannelDefinitionBuilderImplModifierConstructorDescriptionInboundEventProcessingPipelineBuilderImpl
(InboundChannelModel channelModel, EventRepositoryService eventRepository, InboundChannelDefinitionBuilderImpl channelDefinitionBuilder) InboundJmsChannelBuilderImpl
(JmsInboundChannelModel jmsChannel, EventRepositoryService eventRepositoryService, InboundChannelDefinitionBuilderImpl channelDefinitionBuilder) InboundKafkaChannelBuilderImpl
(KafkaInboundChannelModel kafkaChannel, EventRepositoryService eventRepositoryService, InboundChannelDefinitionBuilderImpl channelDefinitionBuilder) InboundRabbitChannelBuilderImpl
(RabbitInboundChannelModel rabbitChannel, EventRepositoryService eventRepositoryService, InboundChannelDefinitionBuilderImpl channelDefinitionBuilder)