- setAutoCloseCount(int) - Method in class org.apache.camel.component.stream.StreamEndpoint
-
Number of messages to process before closing stream on Producer side.
- setCloseOnDone(boolean) - Method in class org.apache.camel.component.stream.StreamEndpoint
-
This option is used in combination with Splitter and streaming to the same file.
- setDelay(long) - Method in class org.apache.camel.component.stream.StreamEndpoint
-
Initial delay in milliseconds before producing the stream.
- setEncoding(String) - Method in class org.apache.camel.component.stream.StreamEndpoint
-
You can configure the encoding (is a charset name) to use text-based streams (for example, message body is a String object).
- setFileName(String) - Method in class org.apache.camel.component.stream.StreamEndpoint
-
When using the stream:file URI format, this option specifies the filename to stream to/from.
- setGroupLines(int) - Method in class org.apache.camel.component.stream.StreamEndpoint
-
To group X number of lines in the consumer.
- setGroupStrategy(GroupStrategy) - Method in class org.apache.camel.component.stream.StreamEndpoint
-
Allows to use a custom GroupStrategy to control how to group lines.
- setInitialPromptDelay(long) - Method in class org.apache.camel.component.stream.StreamEndpoint
-
Initial delay in milliseconds before showing the message prompt.
- setKind(String) - Method in class org.apache.camel.component.stream.StreamEndpoint
-
Kind of stream to use such as System.in or System.out.
- setPromptDelay(long) - Method in class org.apache.camel.component.stream.StreamEndpoint
-
Optional delay in milliseconds before showing the message prompt.
- setPromptMessage(String) - Method in class org.apache.camel.component.stream.StreamEndpoint
-
Message prompt to use when reading from stream:in; for example, you could set this to Enter a command:
- setRetry(boolean) - Method in class org.apache.camel.component.stream.StreamEndpoint
-
Will retry opening the file if it's overwritten, somewhat like tail --retry
- setScanStream(boolean) - Method in class org.apache.camel.component.stream.StreamEndpoint
-
To be used for continuously reading a stream such as the unix tail command.
- setScanStreamDelay(long) - Method in class org.apache.camel.component.stream.StreamEndpoint
-
Delay in milliseconds between read attempts when using scanStream.
- setUrl(String) - Method in class org.apache.camel.component.stream.StreamEndpoint
-
When using the stream:url URI format, this option specifies the URL to stream to/from.
- STREAM_COMPLETE - Static variable in class org.apache.camel.component.stream.StreamConstants
-
- STREAM_INDEX - Static variable in class org.apache.camel.component.stream.StreamConstants
-
- StreamComponent - Class in org.apache.camel.component.stream
-
Component providing streams connectivity
- StreamComponent() - Constructor for class org.apache.camel.component.stream.StreamComponent
-
- StreamConstants - Class in org.apache.camel.component.stream
-
- StreamConsumer - Class in org.apache.camel.component.stream
-
Consumer that can read from streams
- StreamConsumer(StreamEndpoint, Processor, String) - Constructor for class org.apache.camel.component.stream.StreamConsumer
-
- StreamEndpoint - Class in org.apache.camel.component.stream
-
The stream: component provides access to the system-in, system-out and system-err streams as well as allowing streaming of file and URL.
- StreamEndpoint(String, Component) - Constructor for class org.apache.camel.component.stream.StreamEndpoint
-
- StreamEndpoint(String) - Constructor for class org.apache.camel.component.stream.StreamEndpoint
-
Deprecated.
- StreamProducer - Class in org.apache.camel.component.stream
-
Producer that can write to streams
- StreamProducer(StreamEndpoint, String) - Constructor for class org.apache.camel.component.stream.StreamProducer
-