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. -
Uses of InboundChannelModelBuilder.InboundJmsChannelBuilder in org.flowable.eventregistry.impl.model
Classes in org.flowable.eventregistry.impl.model that implement InboundChannelModelBuilder.InboundJmsChannelBuilderModifier and TypeClassDescriptionstatic classMethods in org.flowable.eventregistry.impl.model that return InboundChannelModelBuilder.InboundJmsChannelBuilderModifier and TypeMethodDescriptionInboundChannelDefinitionBuilderImpl.InboundJmsChannelBuilderImpl.concurrency(String concurrency) InboundChannelDefinitionBuilderImpl.jmsChannelAdapter(String destinationName) InboundChannelDefinitionBuilderImpl.InboundJmsChannelBuilderImpl.subscription(String subscription)