public static interface ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder extends ComponentBuilder<org.apache.camel.component.reactive.streams.ReactiveStreamsComponent>
| Modifier and Type | Method and Description |
|---|---|
default ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
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 |
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)
threadPoolMaxSize - the value to setdefault ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder threadPoolMinSize(int threadPoolMinSize)
threadPoolMinSize - the value to setdefault ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder threadPoolName(String threadPoolName)
threadPoolName - the value to setdefault ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder backpressureStrategy(org.apache.camel.component.reactive.streams.ReactiveStreamsBackpressureStrategy backpressureStrategy)
backpressureStrategy - the value to setdefault ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder reactiveStreamsEngineConfiguration(org.apache.camel.component.reactive.streams.engine.ReactiveStreamsEngineConfiguration reactiveStreamsEngineConfiguration)
reactiveStreamsEngineConfiguration - the value to setdefault ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder serviceType(String serviceType)
serviceType - the value to setApache Camel