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
FieldsModifier and TypeFieldDescriptionprotected final InboundChannelDefinitionBuilderImplprotected final EventRepositoryServiceprotected JmsInboundChannelModel -
Constructor Summary
ConstructorsConstructorDescriptionInboundJmsChannelBuilderImpl(JmsInboundChannelModel jmsChannel, EventRepositoryService eventRepositoryService, InboundChannelDefinitionBuilderImpl channelDefinitionBuilder) -
Method Summary
Modifier and TypeMethodDescriptionconcurrency(String concurrency) subscription(String subscription)
-
Field Details
-
eventRepositoryService
-
channelDefinitionBuilder
-
jmsChannel
-
-
Constructor Details
-
InboundJmsChannelBuilderImpl
public InboundJmsChannelBuilderImpl(JmsInboundChannelModel jmsChannel, EventRepositoryService eventRepositoryService, InboundChannelDefinitionBuilderImpl channelDefinitionBuilder)
-
-
Method Details
-
selector
- Specified by:
selectorin interfaceInboundChannelModelBuilder.InboundJmsChannelBuilder
-
subscription
- Specified by:
subscriptionin interfaceInboundChannelModelBuilder.InboundJmsChannelBuilder
-
concurrency
- Specified by:
concurrencyin interfaceInboundChannelModelBuilder.InboundJmsChannelBuilder
-
eventProcessingPipeline
- Specified by:
eventProcessingPipelinein interfaceInboundChannelModelBuilder.InboundJmsChannelBuilder
-