| Package | Description |
|---|---|
| org.flowable.eventregistry.api.model |
| Modifier and Type | Method and Description |
|---|---|
InboundChannelModelBuilder.InboundRabbitChannelBuilder |
InboundChannelModelBuilder.InboundRabbitChannelBuilder.ackMode(String ackMode)
Sets the AckMode (e.g.
|
InboundChannelModelBuilder.InboundRabbitChannelBuilder |
InboundChannelModelBuilder.InboundRabbitChannelBuilder.admin(String admin)
Bean name of a org.springframework.amqp.rabbit.core.RabbitAdmin instance.
|
InboundChannelModelBuilder.InboundRabbitChannelBuilder |
InboundChannelModelBuilder.InboundRabbitChannelBuilder.concurrency(String concurrency)
Sets the concurrency for the listener.
|
InboundChannelModelBuilder.InboundRabbitChannelBuilder |
InboundChannelModelBuilder.InboundRabbitChannelBuilder.exclusive(boolean exclusive)
Sets whether this adapter will be the only consumer of messages of the provided queue(s).
|
InboundChannelModelBuilder.InboundRabbitChannelBuilder |
InboundChannelModelBuilder.InboundRabbitChannelBuilder.executor(String executor)
Bean name of a TaskExecutor instance used to process incoming messages.
|
InboundChannelModelBuilder.InboundRabbitChannelBuilder |
InboundChannelModelBuilder.InboundRabbitChannelBuilder.priority(String priority)
Sets the priority of this adapter.
|
InboundChannelModelBuilder.InboundRabbitChannelBuilder |
InboundChannelModelBuilder.rabbitChannelAdapter(String queue)
Configures an adapter which will receive events using a RabbitMQ.
|
Copyright © 2022 Flowable. All rights reserved.