blob: dbabcc1e3802a32faf19976abfd44ba066ffe101 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
= Reactive Streams
:page-aliases: extensions/reactive-streams.adoc
:cq-artifact-id: camel-quarkus-reactive-streams
:cq-native-supported: true
:cq-status: Stable
:cq-description: Exchange messages with reactive stream processing libraries compatible with the reactive streams standard.
:cq-deprecated: false
:cq-jvm-since: 1.0.0
:cq-native-since: 1.0.0
[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native since##[.badge-supported]##1.0.0##
Exchange messages with reactive stream processing libraries compatible with the reactive streams standard.
== What's inside
* https://camel.apache.org/components/latest/reactive-streams-component.html[Reactive Streams component], URI syntax: `reactive-streams:stream`
Please refer to the above link for usage and configuration details.
== Maven coordinates
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-reactive-streams</artifactId>
</dependency>
----
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.