Uses of Class
org.flowable.eventregistry.impl.model.InboundChannelDefinitionBuilderImpl
-
Packages that use InboundChannelDefinitionBuilderImpl Package Description org.flowable.eventregistry.impl.model -
-
Uses of InboundChannelDefinitionBuilderImpl in org.flowable.eventregistry.impl.model
Fields in org.flowable.eventregistry.impl.model declared as InboundChannelDefinitionBuilderImpl Modifier and Type Field Description protected InboundChannelDefinitionBuilderImplInboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl. channelDefinitionBuilderprotected InboundChannelDefinitionBuilderImplInboundChannelDefinitionBuilderImpl.InboundJmsChannelBuilderImpl. channelDefinitionBuilderprotected InboundChannelDefinitionBuilderImplInboundChannelDefinitionBuilderImpl.InboundKafkaChannelBuilderImpl. channelDefinitionBuilderprotected InboundChannelDefinitionBuilderImplInboundChannelDefinitionBuilderImpl.InboundRabbitChannelBuilderImpl. channelDefinitionBuilderConstructors in org.flowable.eventregistry.impl.model with parameters of type InboundChannelDefinitionBuilderImpl Constructor Description InboundEventProcessingPipelineBuilderImpl(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)
-