Interface StreamEndpointBuilderFactory.StreamBuilders

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

public static interface StreamEndpointBuilderFactory.StreamBuilders
  • Method Details

    • stream

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

      Stream (camel-stream) Read from system-in and write to system-out and system-err streams. Category: file,core 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, System.out, a file, or a http url. There are 6 enums and the value can be one of: in, out, err, header, file, http
      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,core 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, System.out, a file, or a http url. There are 6 enums and the value can be one of: in, out, err, header, file, http
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - kind
      Returns:
      the dsl builder