| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder |
ComponentsBuilderFactory.reactiveStreams()
Reactive Streams (camel-reactive-streams)
Reactive Camel using reactive streams
Category: reactive,streams
Since: 2.19
Maven coordinates: org.apache.camel:camel-reactive-streams
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder |
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 |
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 |
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 |
ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder.internalEngineConfiguration(org.apache.camel.component.reactive.streams.engine.ReactiveStreamsEngineConfiguration internalEngineConfiguration)
Configures the internal engine for Reactive Streams.
|
default ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder |
ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
static ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder |
ReactiveStreamsComponentBuilderFactory.reactiveStreams()
Reactive Streams (camel-reactive-streams)
Reactive Camel using reactive streams
Category: reactive,streams
Since: 2.19
Maven coordinates: org.apache.camel:camel-reactive-streams
|
default ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder |
ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder.serviceType(String serviceType)
Set the type of the underlying reactive streams implementation to
use.
|
Apache Camel