blob: be977c9b9bfd63da7a0d4e401e2332883c0472f5 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
= Infinispan
:page-aliases: extensions/infinispan.adoc
:cq-artifact-id: camel-quarkus-infinispan
:cq-native-supported: true
:cq-status: Stable
:cq-description: Read and write from/to Infinispan distributed key/value store and data grid.
:cq-deprecated: false
:cq-jvm-since: 0.0.1
:cq-native-since: 0.0.1
[.badges]
[.badge-key]##JVM since##[.badge-supported]##0.0.1## [.badge-key]##Native since##[.badge-supported]##0.0.1##
Read and write from/to Infinispan distributed key/value store and data grid.
== What's inside
* https://camel.apache.org/components/latest/infinispan-component.html[Infinispan component], URI syntax: `infinispan:cacheName`
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-infinispan</artifactId>
</dependency>
----
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.