| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static StreamEndpointBuilderFactory.StreamEndpointBuilder |
StaticEndpointBuilders.stream(String path)
Stream (camel-stream)
Read from system-in and write to system-out and system-err streams.
|
static StreamEndpointBuilderFactory.StreamEndpointBuilder |
StaticEndpointBuilders.stream(String componentName,
String path)
Stream (camel-stream)
Read from system-in and write to system-out and system-err streams.
|
| Modifier and Type | Method and Description |
|---|---|
default StreamEndpointBuilderFactory.StreamEndpointBuilder |
StreamEndpointBuilderFactory.AdvancedStreamEndpointBuilder.basic() |
default StreamEndpointBuilderFactory.StreamEndpointBuilder |
StreamEndpointBuilderFactory.StreamEndpointBuilder.encoding(String encoding)
You can configure the encoding (is a charset name) to use text-based
streams (for example, message body is a String object).
|
static StreamEndpointBuilderFactory.StreamEndpointBuilder |
StreamEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default StreamEndpointBuilderFactory.StreamEndpointBuilder |
StreamEndpointBuilderFactory.StreamEndpointBuilder.fileName(String fileName)
When using the stream:file URI format, this option specifies the
filename to stream to/from.
|
default StreamEndpointBuilderFactory.StreamEndpointBuilder |
StreamEndpointBuilderFactory.StreamBuilders.stream(String path)
Stream (camel-stream)
Read from system-in and write to system-out and system-err streams.
|
default StreamEndpointBuilderFactory.StreamEndpointBuilder |
StreamEndpointBuilderFactory.StreamBuilders.stream(String componentName,
String path)
Stream (camel-stream)
Read from system-in and write to system-out and system-err streams.
|
Apache Camel