Versions Compared

Key

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

...

The stream: component provides access to the System.in, System.out and System.err streams as well as allowing streaming of file and URL.

Maven users will need to add the following dependency to their pom.xml for this component:

Code Block

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-stream</artifactId>
    <version>x.x.x</version>
    <!-- use the same version as your Camel core version -->
</dependency>

URI format

Code Block
stream:in[?options]
stream:out[?options]
stream:err[?options]
stream:header[?options]

...