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 InboundChannelDefinitionBuilderImpl
protected final EventRepositoryService
protected 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 theInboundChannelModel
by 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.InboundJmsChannelBuilder
Set the JMS message selector, which can be used to filter out incoming events. See the JMS spec for more info.- Specified by:
selector
in interfaceInboundChannelModelBuilder.InboundJmsChannelBuilder
-
subscription
Description copied from interface:InboundChannelModelBuilder.InboundJmsChannelBuilder
Sets the JMS subscription. See the JMS spec for more info.- Specified by:
subscription
in interfaceInboundChannelModelBuilder.InboundJmsChannelBuilder
-
concurrency
Description copied from interface:InboundChannelModelBuilder.InboundJmsChannelBuilder
Sets the concurrency for the listener (e.g "5-10"). See the Spring JMS docs for more info.- Specified by:
concurrency
in interfaceInboundChannelModelBuilder.InboundJmsChannelBuilder
-
eventProcessingPipeline
Description copied from interface:InboundChannelModelBuilder.InboundJmsChannelBuilder
Continue building theInboundChannelModel
by configuring the next parts (if any).- Specified by:
eventProcessingPipeline
in interfaceInboundChannelModelBuilder.InboundJmsChannelBuilder
-