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 RabbitInboundChannelModelInboundChannelDefinitionBuilderImpl.InboundRabbitChannelBuilderImpl.rabbitChannelConstructors 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 RabbitListenerEndpointRabbitChannelDefinitionProcessor.createRabbitListenerEndpoint(RabbitInboundChannelModel channelModel, String tenantId, EventRegistry eventRegistry) protected AcknowledgeModeRabbitChannelDefinitionProcessor.resolveAckMode(RabbitInboundChannelModel channelDefinition) protected RabbitAdminRabbitChannelDefinitionProcessor.resolveAdmin(RabbitInboundChannelModel channelDefinition) protected TaskExecutorRabbitChannelDefinitionProcessor.resolveExecutor(RabbitInboundChannelModel channelDefinition) protected IntegerRabbitChannelDefinitionProcessor.resolvePriority(RabbitInboundChannelModel channelDefinition) protected voidRabbitChannelDefinitionProcessor.resolveQueues(Object resolvedValue, List<String> result, RabbitInboundChannelModel channelDefinition) protected String[]RabbitChannelDefinitionProcessor.resolveQueues(RabbitInboundChannelModel channelDefinition)