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 |
internalEngineConfiguration(org.apache.camel.component.reactive.streams.engine.ReactiveStreamsEngineConfiguration internalEngineConfiguration)
Configures the internal engine for Reactive Streams.
|
default ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder |
serviceType(String serviceType)
Set the type of the underlying reactive streams implementation to
use.
|
build, build, doSetProperty, registerdefault 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 internalEngineConfiguration(org.apache.camel.component.reactive.streams.engine.ReactiveStreamsEngineConfiguration internalEngineConfiguration)
org.apache.camel.component.reactive.streams.engine.ReactiveStreamsEngineConfiguration type.
Group: advanceddefault ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder serviceType(String serviceType)
java.lang.String type.
Group: advancedApache Camel