Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the stream:header option is specified then the stream header is used to find the stream to read/ write to. This option is only available for StreamProducer.

Options

Name

Default Value

Description

file

null

When using the stream:file notation this specifies the file name to stream to/from. @deprecated.

delay

0

Initial delay in millis before consuming or producing the stream.

encoding

JVM Default

As of 1.4 or later you can configure the encoding (is a charset name) to use text based streams (eg. message body is a String object). If not provided Camel will use the JVM default Charset.

...