| Package | Description |
|---|---|
| org.flowable.eventregistry.api.model | |
| org.flowable.eventregistry.impl.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.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
InboundChannelDefinitionBuilderImpl.InboundRabbitChannelBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
InboundChannelModelBuilder.InboundRabbitChannelBuilder |
InboundChannelDefinitionBuilderImpl.InboundRabbitChannelBuilderImpl.ackMode(String ackMode) |
InboundChannelModelBuilder.InboundRabbitChannelBuilder |
InboundChannelDefinitionBuilderImpl.InboundRabbitChannelBuilderImpl.admin(String admin) |
InboundChannelModelBuilder.InboundRabbitChannelBuilder |
InboundChannelDefinitionBuilderImpl.InboundRabbitChannelBuilderImpl.concurrency(String concurrency) |
InboundChannelModelBuilder.InboundRabbitChannelBuilder |
InboundChannelDefinitionBuilderImpl.InboundRabbitChannelBuilderImpl.exclusive(boolean exclusive) |
InboundChannelModelBuilder.InboundRabbitChannelBuilder |
InboundChannelDefinitionBuilderImpl.InboundRabbitChannelBuilderImpl.executor(String executor) |
InboundChannelModelBuilder.InboundRabbitChannelBuilder |
InboundChannelDefinitionBuilderImpl.InboundRabbitChannelBuilderImpl.priority(String priority) |
InboundChannelModelBuilder.InboundRabbitChannelBuilder |
InboundChannelDefinitionBuilderImpl.rabbitChannelAdapter(String queueName) |
Copyright © 2023 Flowable. All rights reserved.