Uses of Class
org.flowable.eventregistry.model.RabbitInboundChannelModel
Packages that use RabbitInboundChannelModel
-
Uses of RabbitInboundChannelModel in org.flowable.eventregistry.impl.model
Fields in org.flowable.eventregistry.impl.model declared as RabbitInboundChannelModelModifier and TypeFieldDescriptionprotected RabbitInboundChannelModel
InboundChannelDefinitionBuilderImpl.InboundRabbitChannelBuilderImpl.rabbitChannel
Constructors in org.flowable.eventregistry.impl.model with parameters of type RabbitInboundChannelModelModifierConstructorDescriptionInboundRabbitChannelBuilderImpl
(RabbitInboundChannelModel rabbitChannel, EventRepositoryService eventRepositoryService, InboundChannelDefinitionBuilderImpl channelDefinitionBuilder) -
Uses of RabbitInboundChannelModel in org.flowable.eventregistry.spring.rabbit
Methods in org.flowable.eventregistry.spring.rabbit with parameters of type RabbitInboundChannelModelModifier and TypeMethodDescriptionprotected RabbitListenerEndpoint
RabbitChannelDefinitionProcessor.createRabbitListenerEndpoint
(RabbitInboundChannelModel channelModel, String tenantId, EventRegistry eventRegistry) protected AcknowledgeMode
RabbitChannelDefinitionProcessor.resolveAckMode
(RabbitInboundChannelModel channelDefinition) protected RabbitAdmin
RabbitChannelDefinitionProcessor.resolveAdmin
(RabbitInboundChannelModel channelDefinition) protected TaskExecutor
RabbitChannelDefinitionProcessor.resolveExecutor
(RabbitInboundChannelModel channelDefinition) protected Integer
RabbitChannelDefinitionProcessor.resolvePriority
(RabbitInboundChannelModel channelDefinition) protected void
RabbitChannelDefinitionProcessor.resolveQueues
(Object resolvedValue, List<String> result, RabbitInboundChannelModel channelDefinition) protected String[]
RabbitChannelDefinitionProcessor.resolveQueues
(RabbitInboundChannelModel channelDefinition)