Class OutboundChannelDefinitionBuilderImpl.OutboundRabbitChannelBuilderImpl
- java.lang.Object
-
- org.flowable.eventregistry.impl.model.OutboundChannelDefinitionBuilderImpl.OutboundRabbitChannelBuilderImpl
-
- All Implemented Interfaces:
OutboundChannelModelBuilder.OutboundRabbitChannelBuilder
- Enclosing class:
- OutboundChannelDefinitionBuilderImpl
public static class OutboundChannelDefinitionBuilderImpl.OutboundRabbitChannelBuilderImpl extends Object implements OutboundChannelModelBuilder.OutboundRabbitChannelBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected EventRepositoryServiceeventRepositoryServiceprotected OutboundChannelDefinitionBuilderImploutboundChannelDefinitionBuilderprotected RabbitOutboundChannelModelrabbitChannel
-
Constructor Summary
Constructors Constructor Description OutboundRabbitChannelBuilderImpl(EventRepositoryService eventRepositoryService, OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder, RabbitOutboundChannelModel rabbitChannel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuildereventProcessingPipeline()OutboundChannelModelBuilder.OutboundRabbitChannelBuilderexchange(String exchange)
-
-
-
Field Detail
-
eventRepositoryService
protected final EventRepositoryService eventRepositoryService
-
outboundChannelDefinitionBuilder
protected final OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder
-
rabbitChannel
protected RabbitOutboundChannelModel rabbitChannel
-
-
Constructor Detail
-
OutboundRabbitChannelBuilderImpl
public OutboundRabbitChannelBuilderImpl(EventRepositoryService eventRepositoryService, OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder, RabbitOutboundChannelModel rabbitChannel)
-
-
Method Detail
-
exchange
public OutboundChannelModelBuilder.OutboundRabbitChannelBuilder exchange(String exchange)
- Specified by:
exchangein interfaceOutboundChannelModelBuilder.OutboundRabbitChannelBuilder
-
eventProcessingPipeline
public OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder eventProcessingPipeline()
- Specified by:
eventProcessingPipelinein interfaceOutboundChannelModelBuilder.OutboundRabbitChannelBuilder
-
-