| Package | Description |
|---|---|
| org.flowable.eventregistry.api.model |
| Modifier and Type | Method and Description |
|---|---|
InboundChannelModelBuilder.InboundJmsChannelBuilder |
InboundChannelModelBuilder.InboundJmsChannelBuilder.concurrency(String concurrency)
Sets the concurrency for the listener (e.g "5-10").
|
InboundChannelModelBuilder.InboundJmsChannelBuilder |
InboundChannelModelBuilder.jmsChannelAdapter(String destinationName)
Configures an adapter which will receive events using JMS.
|
InboundChannelModelBuilder.InboundJmsChannelBuilder |
InboundChannelModelBuilder.InboundJmsChannelBuilder.selector(String selector)
Set the JMS message selector, which can be used to filter
out incoming events.
|
InboundChannelModelBuilder.InboundJmsChannelBuilder |
InboundChannelModelBuilder.InboundJmsChannelBuilder.subscription(String subscription)
Sets the JMS subscription.
|
Copyright © 2022 Flowable. All rights reserved.