public static class InboundChannelDefinitionBuilderImpl.InboundJmsChannelBuilderImpl extends Object implements InboundChannelModelBuilder.InboundJmsChannelBuilder
| Modifier and Type | Field and Description |
|---|---|
protected InboundChannelDefinitionBuilderImpl |
channelDefinitionBuilder |
protected EventRepositoryService |
eventRepositoryService |
protected JmsInboundChannelModel |
jmsChannel |
| Constructor and Description |
|---|
InboundJmsChannelBuilderImpl(JmsInboundChannelModel jmsChannel,
EventRepositoryService eventRepositoryService,
InboundChannelDefinitionBuilderImpl channelDefinitionBuilder) |
| Modifier and Type | Method and Description |
|---|---|
InboundChannelModelBuilder.InboundJmsChannelBuilder |
concurrency(String concurrency) |
InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder |
eventProcessingPipeline() |
InboundChannelModelBuilder.InboundJmsChannelBuilder |
selector(String selector) |
InboundChannelModelBuilder.InboundJmsChannelBuilder |
subscription(String subscription) |
protected final EventRepositoryService eventRepositoryService
protected final InboundChannelDefinitionBuilderImpl channelDefinitionBuilder
protected JmsInboundChannelModel jmsChannel
public InboundJmsChannelBuilderImpl(JmsInboundChannelModel jmsChannel, EventRepositoryService eventRepositoryService, InboundChannelDefinitionBuilderImpl channelDefinitionBuilder)
public InboundChannelModelBuilder.InboundJmsChannelBuilder selector(String selector)
selector in interface InboundChannelModelBuilder.InboundJmsChannelBuilderpublic InboundChannelModelBuilder.InboundJmsChannelBuilder subscription(String subscription)
subscription in interface InboundChannelModelBuilder.InboundJmsChannelBuilderpublic InboundChannelModelBuilder.InboundJmsChannelBuilder concurrency(String concurrency)
concurrency in interface InboundChannelModelBuilder.InboundJmsChannelBuilderpublic InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder eventProcessingPipeline()
eventProcessingPipeline in interface InboundChannelModelBuilder.InboundJmsChannelBuilderCopyright © 2020 Flowable. All rights reserved.