public static interface StreamEndpointBuilderFactory.StreamBuilders
| Modifier and Type | Method and Description |
|---|---|
default StreamEndpointBuilderFactory.StreamEndpointBuilder |
stream(String path)
Stream (camel-stream)
The stream: component provides access to the system-in, system-out
and system-err streams as well as allowing streaming of file.
|
default StreamEndpointBuilderFactory.StreamEndpointBuilder stream(String path)
stream:kind
Path parameter: kind (required)
Kind of stream to use such as System.in or System.out.
The value can be one of: in, out, err, header, fileApache Camel