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 InboundChannelDefinitionBuilderImplInboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl.channelDefinitionBuilderprotected final InboundChannelDefinitionBuilderImplInboundChannelDefinitionBuilderImpl.InboundJmsChannelBuilderImpl.channelDefinitionBuilderprotected final InboundChannelDefinitionBuilderImplInboundChannelDefinitionBuilderImpl.InboundKafkaChannelBuilderImpl.channelDefinitionBuilderprotected final InboundChannelDefinitionBuilderImplInboundChannelDefinitionBuilderImpl.InboundRabbitChannelBuilderImpl.channelDefinitionBuilderConstructors 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)