Interface PgeventComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface PgeventComponentBuilderFactory
Send and receive PostgreSQL events via LISTEN and NOTIFY commands. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
PgeventComponentBuilderFactory.PgeventComponentBuilder
Builder for the PostgresSQL Event component.static class
PgeventComponentBuilderFactory.PgeventComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static PgeventComponentBuilderFactory.PgeventComponentBuilder
pgevent()
PostgresSQL Event (camel-pgevent) Send and receive PostgreSQL events via LISTEN and NOTIFY commands.
-
-
-
Method Detail
-
pgevent
static PgeventComponentBuilderFactory.PgeventComponentBuilder pgevent()
PostgresSQL Event (camel-pgevent) Send and receive PostgreSQL events via LISTEN and NOTIFY commands. Category: database,sql Since: 2.15 Maven coordinates: org.apache.camel:camel-pgevent- Returns:
- the dsl builder
-
-