| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder |
SjmsBatchEndpointBuilderFactory.SjmsBatchEndpointBuilder.advanced() |
default SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder |
SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder.asyncStartListener(boolean asyncStartListener)
Whether to startup the consumer message listener asynchronously, when
starting a route.
|
default SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder |
SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder.asyncStartListener(String asyncStartListener)
Whether to startup the consumer message listener asynchronously, when
starting a route.
|
default SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder |
SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder |
SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder.exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder |
SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder |
SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder.exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder |
SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder |
SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder.headerFilterStrategy(String headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder |
SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder.jmsKeyFormatStrategy(Object jmsKeyFormatStrategy)
Pluggable strategy for encoding and decoding JMS keys so they can be
compliant with the JMS specification.
|
default SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder |
SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder.jmsKeyFormatStrategy(String jmsKeyFormatStrategy)
Pluggable strategy for encoding and decoding JMS keys so they can be
compliant with the JMS specification.
|
default SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder |
SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder.keepAliveDelay(int keepAliveDelay)
The delay in millis between attempts to re-establish a valid session.
|
default SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder |
SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder.keepAliveDelay(String keepAliveDelay)
The delay in millis between attempts to re-establish a valid session.
|
default SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder |
SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder.messageCreatedStrategy(Object messageCreatedStrategy)
To use the given MessageCreatedStrategy which are invoked when Camel
creates new instances of javax.jms.Message objects when Camel is
sending a JMS message.
|
default SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder |
SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder.messageCreatedStrategy(String messageCreatedStrategy)
To use the given MessageCreatedStrategy which are invoked when Camel
creates new instances of javax.jms.Message objects when Camel is
sending a JMS message.
|
default SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder |
SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder.recoveryInterval(int recoveryInterval)
Specifies the interval between recovery attempts, i.e.
|
default SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder |
SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder.recoveryInterval(String recoveryInterval)
Specifies the interval between recovery attempts, i.e.
|
default SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder |
SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder.synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder |
SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder.synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder |
SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder.timeoutCheckerExecutorService(ScheduledExecutorService timeoutCheckerExecutorService)
If using the completionInterval option a background thread is created
to trigger the completion interval.
|
default SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder |
SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder.timeoutCheckerExecutorService(String timeoutCheckerExecutorService)
If using the completionInterval option a background thread is created
to trigger the completion interval.
|
Apache Camel