@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface StreamEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
StreamEndpointBuilderFactory.AdvancedStreamEndpointBuilder
Advanced builder for endpoint for the Stream component.
|
static interface |
StreamEndpointBuilderFactory.AdvancedStreamEndpointConsumerBuilder
Advanced builder for endpoint consumers for the Stream component.
|
static interface |
StreamEndpointBuilderFactory.AdvancedStreamEndpointProducerBuilder
Advanced builder for endpoint producers for the Stream component.
|
static interface |
StreamEndpointBuilderFactory.StreamBuilders |
static interface |
StreamEndpointBuilderFactory.StreamEndpointBuilder
Builder for endpoint for the Stream component.
|
static interface |
StreamEndpointBuilderFactory.StreamEndpointConsumerBuilder
Builder for endpoint consumers for the Stream component.
|
static interface |
StreamEndpointBuilderFactory.StreamEndpointProducerBuilder
Builder for endpoint producers for the Stream component.
|
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
static 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