public static class OutboundChannelDefinitionBuilderImpl.OutboundRabbitChannelBuilderImpl extends Object implements OutboundChannelModelBuilder.OutboundRabbitChannelBuilder
| Modifier and Type | Field and Description |
|---|---|
protected EventRepositoryService |
eventRepositoryService |
protected OutboundChannelDefinitionBuilderImpl |
outboundChannelDefinitionBuilder |
protected RabbitOutboundChannelModel |
rabbitChannel |
| Constructor and Description |
|---|
OutboundRabbitChannelBuilderImpl(EventRepositoryService eventRepositoryService,
OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder,
RabbitOutboundChannelModel rabbitChannel) |
| Modifier and Type | Method and Description |
|---|---|
OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder |
eventProcessingPipeline() |
OutboundChannelModelBuilder.OutboundRabbitChannelBuilder |
exchange(String exchange) |
protected final EventRepositoryService eventRepositoryService
protected final OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder
protected RabbitOutboundChannelModel rabbitChannel
public OutboundRabbitChannelBuilderImpl(EventRepositoryService eventRepositoryService, OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder, RabbitOutboundChannelModel rabbitChannel)
public OutboundChannelModelBuilder.OutboundRabbitChannelBuilder exchange(String exchange)
exchange in interface OutboundChannelModelBuilder.OutboundRabbitChannelBuilderpublic OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder eventProcessingPipeline()
eventProcessingPipeline in interface OutboundChannelModelBuilder.OutboundRabbitChannelBuilderCopyright © 2021 Flowable. All rights reserved.