Stream

JVM since1.0.0 Native since1.0.0

Read from system-in and write to system-out and system-err streams.

What’s inside

Please refer to the above link for usage and configuration details.

Maven coordinates

Or add the coordinates to your existing project:

<dependency>
    <groupId>org.apache.camel.quarkus</groupId>
    <artifactId>camel-quarkus-stream</artifactId>
</dependency>

Check the User guide for more information about writing Camel Quarkus applications.

Additional Camel Quarkus configuration

  • Check the Character encodings section of the Native mode guide if you want to use non-default encodings for the stream endpoint encoding URI parameter.