@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface ReactiveStreamsEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ReactiveStreamsEndpointBuilderFactory.AdvancedReactiveStreamsEndpointBuilder
Advanced builder for endpoint for the Reactive Streams component.
|
static interface |
ReactiveStreamsEndpointBuilderFactory.AdvancedReactiveStreamsEndpointConsumerBuilder
Advanced builder for endpoint consumers for the Reactive Streams
component.
|
static interface |
ReactiveStreamsEndpointBuilderFactory.AdvancedReactiveStreamsEndpointProducerBuilder
Advanced builder for endpoint producers for the Reactive Streams
component.
|
static class |
ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsBackpressureStrategy
Proxy enum for
org.apache.camel.component.reactive.streams.ReactiveStreamsBackpressureStrategy enum. |
static interface |
ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsBuilders |
static interface |
ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointBuilder
Builder for endpoint for the Reactive Streams component.
|
static interface |
ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointConsumerBuilder
Builder for endpoint consumers for the Reactive Streams component.
|
static interface |
ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointProducerBuilder
Builder for endpoint producers for the Reactive Streams component.
|
| Modifier and Type | Method and Description |
|---|---|
static ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointBuilder |
reactiveStreams(String path)
Reactive Streams (camel-reactive-streams)
Reactive Camel using reactive streams
Category: reactive,streams
Since: 2.19
Maven coordinates: org.apache.camel:camel-reactive-streams
Syntax:
reactive-streams:stream
Path parameter: stream
Name of the stream channel used by the endpoint to exchange messages. |
static ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointBuilder reactiveStreams(String path)
reactive-streams:stream
Path parameter: stream
Name of the stream channel used by the endpoint to exchange messages.Apache Camel