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) Sets the concurrency for the listener (e.g "5-10").Continue building theInboundChannelModelby configuring the next parts (if any).Set the JMS message selector, which can be used to filter out incoming events.subscription(String subscription) Sets the JMS subscription.
-
Field Details
-
eventRepositoryService
-
channelDefinitionBuilder
-
jmsChannel
-
-
Constructor Details
-
InboundJmsChannelBuilderImpl
public InboundJmsChannelBuilderImpl(JmsInboundChannelModel jmsChannel, EventRepositoryService eventRepositoryService, InboundChannelDefinitionBuilderImpl channelDefinitionBuilder)
-
-
Method Details
-
selector
Description copied from interface:InboundChannelModelBuilder.InboundJmsChannelBuilderSet the JMS message selector, which can be used to filter out incoming events. See the JMS spec for more info.- Specified by:
selectorin interfaceInboundChannelModelBuilder.InboundJmsChannelBuilder
-
subscription
Description copied from interface:InboundChannelModelBuilder.InboundJmsChannelBuilderSets the JMS subscription. See the JMS spec for more info.- Specified by:
subscriptionin interfaceInboundChannelModelBuilder.InboundJmsChannelBuilder
-
concurrency
Description copied from interface:InboundChannelModelBuilder.InboundJmsChannelBuilderSets the concurrency for the listener (e.g "5-10"). See the Spring JMS docs for more info.- Specified by:
concurrencyin interfaceInboundChannelModelBuilder.InboundJmsChannelBuilder
-
eventProcessingPipeline
Description copied from interface:InboundChannelModelBuilder.InboundJmsChannelBuilderContinue building theInboundChannelModelby configuring the next parts (if any).- Specified by:
eventProcessingPipelinein interfaceInboundChannelModelBuilder.InboundJmsChannelBuilder
-