The icon of the project
Camel PostgresSQL 事件
通过 LISTEN 和 NOTIFY 命令发送和接收 PostgreSQL 事件

指南

此扩展有一个 指南 帮助您入门。

安装

要将此扩展添加到您的项目,请在您的 Quarkus 项目目录中使用相关命令

Quarkus CLI

quarkus ext add org.apache.camel.quarkus:camel-quarkus-pgevent

Maven

./mvnw quarkus:add-extension -Dextensions="org.apache.camel.quarkus:camel-quarkus-pgevent"

Gradle

./gradlew addExtension --extensions="org.apache.camel.quarkus:camel-quarkus-pgevent"