public static interface ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default ReactiveStreamsEndpointBuilderFactory.AdvancedReactiveStreamsEndpointConsumerBuilder |
advanced() |
default ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder |
bridgeErrorHandler(String bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder |
concurrentConsumers(int concurrentConsumers)
Number of threads used to process exchanges in the Camel route.
|
default ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder |
concurrentConsumers(String concurrentConsumers)
Number of threads used to process exchanges in the Camel route.
|
default ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder |
exchangesRefillLowWatermark(double exchangesRefillLowWatermark)
Set the low watermark of requested exchanges to the active
subscription as percentage of the maxInflightExchanges.
|
default ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder |
exchangesRefillLowWatermark(String exchangesRefillLowWatermark)
Set the low watermark of requested exchanges to the active
subscription as percentage of the maxInflightExchanges.
|
default ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder |
forwardOnComplete(boolean forwardOnComplete)
Determines if onComplete events should be pushed to the Camel route.
|
default ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder |
forwardOnComplete(String forwardOnComplete)
Determines if onComplete events should be pushed to the Camel route.
|
default ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder |
forwardOnError(boolean forwardOnError)
Determines if onError events should be pushed to the Camel route.
|
default ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder |
forwardOnError(String forwardOnError)
Determines if onError events should be pushed to the Camel route.
|
default ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder |
maxInflightExchanges(Integer maxInflightExchanges)
Maximum number of exchanges concurrently being processed by Camel.
|
default ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder |
maxInflightExchanges(String maxInflightExchanges)
Maximum number of exchanges concurrently being processed by Camel.
|
default ReactiveStreamsEndpointBuilderFactory.AdvancedReactiveStreamsEndpointConsumerBuilder advanced()
default ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder concurrentConsumers(int concurrentConsumers)
int type.
Default: 1
Group: consumerdefault ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder concurrentConsumers(String concurrentConsumers)
int type.
Default: 1
Group: consumerdefault ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder exchangesRefillLowWatermark(double exchangesRefillLowWatermark)
double type.
Default: 0.25
Group: consumerdefault ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder exchangesRefillLowWatermark(String exchangesRefillLowWatermark)
double type.
Default: 0.25
Group: consumerdefault ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder forwardOnComplete(boolean forwardOnComplete)
boolean type.
Default: false
Group: consumerdefault ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder forwardOnComplete(String forwardOnComplete)
boolean type.
Default: false
Group: consumerdefault ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder forwardOnError(boolean forwardOnError)
boolean type.
Default: false
Group: consumerdefault ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder forwardOnError(String forwardOnError)
boolean type.
Default: false
Group: consumerdefault ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder maxInflightExchanges(Integer maxInflightExchanges)
java.lang.Integer type.
Default: 128
Group: consumerdefault ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder maxInflightExchanges(String maxInflightExchanges)
java.lang.Integer
type.
Default: 128
Group: consumerApache Camel