Interface ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsBuilders

    • Method Detail

      • reactiveStreams

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

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

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