-
static interface
Builder for endpoint for the Reactive Streams component.
ReactiveStreamsEndpointBuilderFactory.AdvancedReactiveStreamsEndpointConsumerBuilder.basic()
ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder.concurrentConsumers(int concurrentConsumers)
Number of threads used to process exchanges in the Camel route.
Number of threads used to process exchanges in the Camel route.
ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder.exchangesRefillLowWatermark(double exchangesRefillLowWatermark)
Set the low watermark of requested exchanges to the active
subscription as percentage of the maxInflightExchanges.
Set the low watermark of requested exchanges to the active
subscription as percentage of the maxInflightExchanges.
ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder.forwardOnComplete(boolean forwardOnComplete)
Determines if onComplete events should be pushed to the Camel route.
ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder.forwardOnComplete(String forwardOnComplete)
Determines if onComplete events should be pushed to the Camel route.
ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder.forwardOnError(boolean forwardOnError)
Determines if onError events should be pushed to the Camel route.
ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder.forwardOnError(String forwardOnError)
Determines if onError events should be pushed to the Camel route.
Maximum number of exchanges concurrently being processed by Camel.
Maximum number of exchanges concurrently being processed by Camel.