Class InboundChannelDefinitionBuilderImpl.InboundJmsChannelBuilderImpl
- java.lang.Object
-
- org.flowable.eventregistry.impl.model.InboundChannelDefinitionBuilderImpl.InboundJmsChannelBuilderImpl
-
- All Implemented Interfaces:
InboundChannelModelBuilder.InboundJmsChannelBuilder
- Enclosing class:
- InboundChannelDefinitionBuilderImpl
public static class InboundChannelDefinitionBuilderImpl.InboundJmsChannelBuilderImpl extends Object implements InboundChannelModelBuilder.InboundJmsChannelBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected InboundChannelDefinitionBuilderImplchannelDefinitionBuilderprotected EventRepositoryServiceeventRepositoryServiceprotected JmsInboundChannelModeljmsChannel
-
Constructor Summary
Constructors Constructor Description InboundJmsChannelBuilderImpl(JmsInboundChannelModel jmsChannel, EventRepositoryService eventRepositoryService, InboundChannelDefinitionBuilderImpl channelDefinitionBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InboundChannelModelBuilder.InboundJmsChannelBuilderconcurrency(String concurrency)InboundChannelModelBuilder.InboundEventProcessingPipelineBuildereventProcessingPipeline()InboundChannelModelBuilder.InboundJmsChannelBuilderselector(String selector)InboundChannelModelBuilder.InboundJmsChannelBuildersubscription(String subscription)
-
-
-
Field Detail
-
eventRepositoryService
protected final EventRepositoryService eventRepositoryService
-
channelDefinitionBuilder
protected final InboundChannelDefinitionBuilderImpl channelDefinitionBuilder
-
jmsChannel
protected JmsInboundChannelModel jmsChannel
-
-
Constructor Detail
-
InboundJmsChannelBuilderImpl
public InboundJmsChannelBuilderImpl(JmsInboundChannelModel jmsChannel, EventRepositoryService eventRepositoryService, InboundChannelDefinitionBuilderImpl channelDefinitionBuilder)
-
-
Method Detail
-
selector
public InboundChannelModelBuilder.InboundJmsChannelBuilder selector(String selector)
- Specified by:
selectorin interfaceInboundChannelModelBuilder.InboundJmsChannelBuilder
-
subscription
public InboundChannelModelBuilder.InboundJmsChannelBuilder subscription(String subscription)
- Specified by:
subscriptionin interfaceInboundChannelModelBuilder.InboundJmsChannelBuilder
-
concurrency
public InboundChannelModelBuilder.InboundJmsChannelBuilder concurrency(String concurrency)
- Specified by:
concurrencyin interfaceInboundChannelModelBuilder.InboundJmsChannelBuilder
-
eventProcessingPipeline
public InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder eventProcessingPipeline()
- Specified by:
eventProcessingPipelinein interfaceInboundChannelModelBuilder.InboundJmsChannelBuilder
-
-