Uses of Interface
org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundRabbitChannelBuilder
Packages that use InboundChannelModelBuilder.InboundRabbitChannelBuilder
-
Uses of InboundChannelModelBuilder.InboundRabbitChannelBuilder in org.flowable.eventregistry.api.model
Methods in org.flowable.eventregistry.api.model that return InboundChannelModelBuilder.InboundRabbitChannelBuilderModifier and TypeMethodDescriptionSets the AckMode (e.g.Bean name of a org.springframework.amqp.rabbit.core.RabbitAdmin instance.InboundChannelModelBuilder.InboundRabbitChannelBuilder.concurrency
(String concurrency) Sets the concurrency for the listener.InboundChannelModelBuilder.InboundRabbitChannelBuilder.exclusive
(boolean exclusive) Sets whether this adapter will be the only consumer of messages of the provided queue(s).Bean name of a TaskExecutor instance used to process incoming messages.Sets the priority of this adapter.InboundChannelModelBuilder.rabbitChannelAdapter
(String queue) Configures an adapter which will receive events using a RabbitMQ.