Interface ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
ReactiveStreamsEndpointBuilderFactory

public static interface ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsBuilders
  • Method Details

    • reactiveStreams

      Reactive Streams (camel-reactive-streams) Exchange messages with reactive stream processing libraries compatible with the reactive streams standard. Category: messaging Since: 2.19 Maven coordinates: org.apache.camel:camel-reactive-streams
      Returns:
      the dsl builder for the headers' name.
    • reactiveStreams

      Reactive Streams (camel-reactive-streams) Exchange messages with reactive stream processing libraries compatible with the reactive streams standard. Category: messaging 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.
      Parameters:
      path - stream
      Returns:
      the dsl builder
    • reactiveStreams

      Reactive Streams (camel-reactive-streams) Exchange messages with reactive stream processing libraries compatible with the reactive streams standard. Category: messaging 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.
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - stream
      Returns:
      the dsl builder