public static interface ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder extends ComponentBuilder<org.apache.camel.component.reactive.streams.ReactiveStreamsComponent>
| Modifier and Type | Method and Description |
|---|---|
default ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder |
backpressureStrategy(org.apache.camel.component.reactive.streams.ReactiveStreamsBackpressureStrategy backpressureStrategy)
The backpressure strategy to use when pushing events to a slow
subscriber.
|
default ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder |
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 ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder |
reactiveStreamsEngineConfiguration(org.apache.camel.component.reactive.streams.engine.ReactiveStreamsEngineConfiguration reactiveStreamsEngineConfiguration)
To use an existing reactive stream engine configuration.
|
default ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder |
serviceType(String serviceType)
Set the type of the underlying reactive streams implementation to
use.
|
default ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder |
threadPoolMaxSize(int threadPoolMaxSize)
The maximum number of threads used by the reactive streams internal
engine.
|
default ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder |
threadPoolMinSize(int threadPoolMinSize)
The minimum number of threads used by the reactive streams internal
engine.
|
default ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder |
threadPoolName(String threadPoolName)
The name of the thread pool used by the reactive streams internal
engine.
|
build, build, doSetProperty, registerdefault ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder threadPoolMaxSize(int threadPoolMaxSize)
int type.
Default: 10
Group: commondefault ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder threadPoolMinSize(int threadPoolMinSize)
int type.
Group: commondefault ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder threadPoolName(String threadPoolName)
java.lang.String type.
Default: CamelReactiveStreamsWorker
Group: commondefault ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder backpressureStrategy(org.apache.camel.component.reactive.streams.ReactiveStreamsBackpressureStrategy backpressureStrategy)
org.apache.camel.component.reactive.streams.ReactiveStreamsBackpressureStrategy type.
Default: BUFFER
Group: producerdefault ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder reactiveStreamsEngineConfiguration(org.apache.camel.component.reactive.streams.engine.ReactiveStreamsEngineConfiguration reactiveStreamsEngineConfiguration)
org.apache.camel.component.reactive.streams.engine.ReactiveStreamsEngineConfiguration type.
Group: advanceddefault ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder serviceType(String serviceType)
java.lang.String type.
Group: advancedApache Camel