Uses of Interface
org.apache.camel.builder.endpoint.dsl.StreamEndpointBuilderFactory.StreamEndpointBuilder
-
Packages that use StreamEndpointBuilderFactory.StreamEndpointBuilder Package Description org.apache.camel.builder.endpoint org.apache.camel.builder.endpoint.dsl -
-
Uses of StreamEndpointBuilderFactory.StreamEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return StreamEndpointBuilderFactory.StreamEndpointBuilder Modifier and Type Method 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. -
Uses of StreamEndpointBuilderFactory.StreamEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return StreamEndpointBuilderFactory.StreamEndpointBuilder Modifier and Type Method 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.
-