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)
bridgeErrorHandler - the value to setdefault ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder concurrentConsumers(int concurrentConsumers)
concurrentConsumers - the value to setdefault ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder concurrentConsumers(String concurrentConsumers)
concurrentConsumers - the value to setdefault ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder exchangesRefillLowWatermark(double exchangesRefillLowWatermark)
exchangesRefillLowWatermark - the value to setdefault ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder exchangesRefillLowWatermark(String exchangesRefillLowWatermark)
exchangesRefillLowWatermark - the value to setdefault ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder forwardOnComplete(boolean forwardOnComplete)
forwardOnComplete - the value to setdefault ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder forwardOnComplete(String forwardOnComplete)
forwardOnComplete - the value to setdefault ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder forwardOnError(boolean forwardOnError)
forwardOnError - the value to setdefault ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder forwardOnError(String forwardOnError)
forwardOnError - the value to setdefault ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder maxInflightExchanges(Integer maxInflightExchanges)
maxInflightExchanges - the value to setdefault ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder maxInflightExchanges(String maxInflightExchanges)
maxInflightExchanges - the value to setApache Camel