Interface StreamEndpointBuilderFactory.StreamBuilders

    • Method Detail

      • stream

        default StreamEndpointBuilderFactory.StreamHeaderNameBuilder stream()
        Stream (camel-stream) Read from system-in and write to system-out and system-err streams. Category: file,system Since: 1.3 Maven coordinates: org.apache.camel:camel-stream
        Returns:
        the dsl builder for the headers' name.
      • stream

        default StreamEndpointBuilderFactory.StreamEndpointBuilder stream​(String path)
        Stream (camel-stream) Read from system-in and write to system-out and system-err streams. Category: file,system Since: 1.3 Maven coordinates: org.apache.camel:camel-stream Syntax: stream:kind Path parameter: kind (required) Kind of stream to use such as System.in or System.out. There are 5 enums and the value can be one of: in, out, err, header, file
        Parameters:
        path - kind
        Returns:
        the dsl builder
      • stream

        default StreamEndpointBuilderFactory.StreamEndpointBuilder stream​(String componentName,
                                                                          String path)
        Stream (camel-stream) Read from system-in and write to system-out and system-err streams. Category: file,system Since: 1.3 Maven coordinates: org.apache.camel:camel-stream Syntax: stream:kind Path parameter: kind (required) Kind of stream to use such as System.in or System.out. There are 5 enums and the value can be one of: in, out, err, header, file
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - kind
        Returns:
        the dsl builder