Uses of Interface
org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundJmsChannelBuilder
-
Uses of InboundChannelModelBuilder.InboundJmsChannelBuilder in org.flowable.eventregistry.api.model
Modifier and TypeMethodDescriptionInboundChannelModelBuilder.InboundJmsChannelBuilder.concurrency
(String concurrency) Sets the concurrency for the listener (e.g "5-10").InboundChannelModelBuilder.jmsChannelAdapter
(String destinationName) Configures an adapter which will receive events using JMS.Set the JMS message selector, which can be used to filter out incoming events.InboundChannelModelBuilder.InboundJmsChannelBuilder.subscription
(String subscription) Sets the JMS subscription.