| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointBuilder |
StaticEndpointBuilders.reactiveStreams(String path)
Reactive Streams (camel-reactive-streams)
Exchange messages with reactive stream processing libraries compatible
with the reactive streams standard.
|
static ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointBuilder |
StaticEndpointBuilders.reactiveStreams(String componentName,
String path)
Reactive Streams (camel-reactive-streams)
Exchange messages with reactive stream processing libraries compatible
with the reactive streams standard.
|
| Modifier and Type | Method and Description |
|---|---|
default ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointBuilder |
ReactiveStreamsEndpointBuilderFactory.AdvancedReactiveStreamsEndpointBuilder.basic() |
static ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointBuilder |
ReactiveStreamsEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointBuilder |
ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsBuilders.reactiveStreams(String path)
Reactive Streams (camel-reactive-streams)
Exchange messages with reactive stream processing libraries
compatible with the reactive streams standard.
|
default ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointBuilder |
ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsBuilders.reactiveStreams(String componentName,
String path)
Reactive Streams (camel-reactive-streams)
Exchange messages with reactive stream processing libraries
compatible with the reactive streams standard.
|
Apache Camel