| Package | Description |
|---|---|
| org.flowable.eventregistry.api.model | |
| org.flowable.eventregistry.impl.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.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
InboundChannelDefinitionBuilderImpl.InboundJmsChannelBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
InboundChannelModelBuilder.InboundJmsChannelBuilder |
InboundChannelDefinitionBuilderImpl.InboundJmsChannelBuilderImpl.concurrency(String concurrency) |
InboundChannelModelBuilder.InboundJmsChannelBuilder |
InboundChannelDefinitionBuilderImpl.jmsChannelAdapter(String destinationName) |
InboundChannelModelBuilder.InboundJmsChannelBuilder |
InboundChannelDefinitionBuilderImpl.InboundJmsChannelBuilderImpl.selector(String selector) |
InboundChannelModelBuilder.InboundJmsChannelBuilder |
InboundChannelDefinitionBuilderImpl.InboundJmsChannelBuilderImpl.subscription(String subscription) |
Copyright © 2023 Flowable. All rights reserved.