public static interface PgEventEndpointBuilderFactory.PgEventBuilders
| Modifier and Type | Method and Description |
|---|---|
default PgEventEndpointBuilderFactory.PgEventEndpointBuilder |
pgevent(String path)
PostgresSQL Event (camel-pgevent)
The pgevent component allows for producing/consuming PostgreSQL
events related to the listen/notify commands.
|
default PgEventEndpointBuilderFactory.PgEventEndpointBuilder pgevent(String path)
pgevent:host:port/database/channel
Path parameter: host
To connect using hostname and port to the database.
Default value: localhost
Path parameter: port
To connect using hostname and port to the database.
Default value: 5432
Path parameter: database (required)
The database name
Path parameter: channel (required)
The channel nameApache Camel