PostgresSQL Event

PostgresSQL Event

Scheme: pgevent

Represents a PgEvent endpoint.

Name Kind Type Required Deprecated Default Value Enum Values Description
host path java.lang.String false @param host the host to set
port path java.lang.Integer false @param port the port to set
database path java.lang.String true false @param database the database to set
channel path java.lang.String true false @param channel the channel to set
user parameter java.lang.String false postgres @param user the user to set
pass parameter java.lang.String false @param pass the pass to set
datasource parameter javax.sql.DataSource false @param datasource the datasource to set
exchangePattern parameter org.apache.camel.ExchangePattern false InOnly InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the default exchange pattern when creating an exchange
synchronous parameter boolean false false Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).

pgevent consumer

The PgEvent consumer.