Uses of Interface
org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundJmsChannelBuilder
Packages that use InboundChannelModelBuilder.InboundJmsChannelBuilder
-
Uses of InboundChannelModelBuilder.InboundJmsChannelBuilder in org.flowable.eventregistry.api.model
Methods in org.flowable.eventregistry.api.model that return InboundChannelModelBuilder.InboundJmsChannelBuilderModifier 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.