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
FieldsModifier and TypeFieldDescriptionprotected final EventRepositoryService
protected final OutboundChannelDefinitionBuilderImpl
protected RabbitOutboundChannelModel
-
Constructor Summary
ConstructorsConstructorDescriptionOutboundRabbitChannelBuilderImpl
(EventRepositoryService eventRepositoryService, OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder, RabbitOutboundChannelModel rabbitChannel) -
Method Summary
Modifier and TypeMethodDescriptionSets the exchange to which events need to be sent.
-
Field Details
-
eventRepositoryService
-
outboundChannelDefinitionBuilder
-
rabbitChannel
-
-
Constructor Details
-
OutboundRabbitChannelBuilderImpl
public OutboundRabbitChannelBuilderImpl(EventRepositoryService eventRepositoryService, OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder, RabbitOutboundChannelModel rabbitChannel)
-
-
Method Details
-
exchange
Description copied from interface:OutboundChannelModelBuilder.OutboundRabbitChannelBuilder
Sets the exchange to which events need to be sent.- Specified by:
exchange
in interfaceOutboundChannelModelBuilder.OutboundRabbitChannelBuilder
-
eventProcessingPipeline
- Specified by:
eventProcessingPipeline
in interfaceOutboundChannelModelBuilder.OutboundRabbitChannelBuilder
-