Class OutboundChannelDefinitionBuilderImpl.OutboundJmsChannelBuilderImpl
- java.lang.Object
-
- org.flowable.eventregistry.impl.model.OutboundChannelDefinitionBuilderImpl.OutboundJmsChannelBuilderImpl
-
- All Implemented Interfaces:
OutboundChannelModelBuilder.OutboundJmsChannelBuilder
- Enclosing class:
- OutboundChannelDefinitionBuilderImpl
public static class OutboundChannelDefinitionBuilderImpl.OutboundJmsChannelBuilderImpl extends Object implements OutboundChannelModelBuilder.OutboundJmsChannelBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected EventRepositoryServiceeventRepositoryServiceprotected JmsOutboundChannelModeljmsChannelprotected OutboundChannelDefinitionBuilderImploutboundChannelDefinitionBuilder
-
Constructor Summary
Constructors Constructor Description OutboundJmsChannelBuilderImpl(EventRepositoryService eventRepositoryService, OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder, JmsOutboundChannelModel jmsChannel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuildereventProcessingPipeline()
-
-
-
Field Detail
-
eventRepositoryService
protected final EventRepositoryService eventRepositoryService
-
outboundChannelDefinitionBuilder
protected final OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder
-
jmsChannel
protected JmsOutboundChannelModel jmsChannel
-
-
Constructor Detail
-
OutboundJmsChannelBuilderImpl
public OutboundJmsChannelBuilderImpl(EventRepositoryService eventRepositoryService, OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder, JmsOutboundChannelModel jmsChannel)
-
-
Method Detail
-
eventProcessingPipeline
public OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder eventProcessingPipeline()
- Specified by:
eventProcessingPipelinein interfaceOutboundChannelModelBuilder.OutboundJmsChannelBuilder
-
-