@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface PgEventEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PgEventEndpointBuilderFactory.AdvancedPgEventEndpointBuilder
Advanced builder for endpoint for the PostgresSQL Event component.
|
static interface |
PgEventEndpointBuilderFactory.AdvancedPgEventEndpointConsumerBuilder
Advanced builder for endpoint consumers for the PostgresSQL Event
component.
|
static interface |
PgEventEndpointBuilderFactory.AdvancedPgEventEndpointProducerBuilder
Advanced builder for endpoint producers for the PostgresSQL Event
component.
|
static interface |
PgEventEndpointBuilderFactory.PgEventBuilders |
static interface |
PgEventEndpointBuilderFactory.PgEventEndpointBuilder
Builder for endpoint for the PostgresSQL Event component.
|
static interface |
PgEventEndpointBuilderFactory.PgEventEndpointConsumerBuilder
Builder for endpoint consumers for the PostgresSQL Event component.
|
static interface |
PgEventEndpointBuilderFactory.PgEventEndpointProducerBuilder
Builder for endpoint producers for the PostgresSQL Event component.
|
| Modifier and Type | Method and Description |
|---|---|
static PgEventEndpointBuilderFactory.PgEventEndpointBuilder |
pgevent(String path)
PostgresSQL Event (camel-pgevent)
The pgevent component allows for producing/consuming PostgreSQL events
related to the listen/notify commands.
|
static 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