public static class InboundChannelDefinitionBuilderImpl.InboundRabbitChannelBuilderImpl extends Object implements InboundChannelModelBuilder.InboundRabbitChannelBuilder
| Modifier and Type | Field and Description |
|---|---|
protected InboundChannelDefinitionBuilderImpl |
channelDefinitionBuilder |
protected EventRepositoryService |
eventRepositoryService |
protected RabbitInboundChannelModel |
rabbitChannel |
| Constructor and Description |
|---|
InboundRabbitChannelBuilderImpl(RabbitInboundChannelModel rabbitChannel,
EventRepositoryService eventRepositoryService,
InboundChannelDefinitionBuilderImpl channelDefinitionBuilder) |
| Modifier and Type | Method and Description |
|---|---|
InboundChannelModelBuilder.InboundRabbitChannelBuilder |
ackMode(String ackMode) |
InboundChannelModelBuilder.InboundRabbitChannelBuilder |
admin(String admin) |
InboundChannelModelBuilder.InboundRabbitChannelBuilder |
concurrency(String concurrency) |
InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder |
eventProcessingPipeline() |
InboundChannelModelBuilder.InboundRabbitChannelBuilder |
exclusive(boolean exclusive) |
InboundChannelModelBuilder.InboundRabbitChannelBuilder |
executor(String executor) |
InboundChannelModelBuilder.InboundRabbitChannelBuilder |
priority(String priority) |
protected final EventRepositoryService eventRepositoryService
protected final InboundChannelDefinitionBuilderImpl channelDefinitionBuilder
protected RabbitInboundChannelModel rabbitChannel
public InboundRabbitChannelBuilderImpl(RabbitInboundChannelModel rabbitChannel, EventRepositoryService eventRepositoryService, InboundChannelDefinitionBuilderImpl channelDefinitionBuilder)
public InboundChannelModelBuilder.InboundRabbitChannelBuilder exclusive(boolean exclusive)
exclusive in interface InboundChannelModelBuilder.InboundRabbitChannelBuilderpublic InboundChannelModelBuilder.InboundRabbitChannelBuilder priority(String priority)
priority in interface InboundChannelModelBuilder.InboundRabbitChannelBuilderpublic InboundChannelModelBuilder.InboundRabbitChannelBuilder admin(String admin)
admin in interface InboundChannelModelBuilder.InboundRabbitChannelBuilderpublic InboundChannelModelBuilder.InboundRabbitChannelBuilder concurrency(String concurrency)
concurrency in interface InboundChannelModelBuilder.InboundRabbitChannelBuilderpublic InboundChannelModelBuilder.InboundRabbitChannelBuilder executor(String executor)
executor in interface InboundChannelModelBuilder.InboundRabbitChannelBuilderpublic InboundChannelModelBuilder.InboundRabbitChannelBuilder ackMode(String ackMode)
ackMode in interface InboundChannelModelBuilder.InboundRabbitChannelBuilderpublic InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder eventProcessingPipeline()
eventProcessingPipeline in interface InboundChannelModelBuilder.InboundRabbitChannelBuilderCopyright © 2021 Flowable. All rights reserved.