@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface PgReplicationSlotEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder
Advanced builder for endpoint for the PostgresSQL Replication Slot
component.
|
static interface |
PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotBuilders |
static interface |
PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder
Builder for endpoint for the PostgresSQL Replication Slot component.
|
| Modifier and Type | Method and Description |
|---|---|
static PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
pgReplicationSlot(String path)
PostgresSQL Replication Slot (camel-pg-replication-slot)
Consumer endpoint to receive from PostgreSQL Replication Slot.
|
static PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder pgReplicationSlot(String path)
pg-replication-slot:host:port/database/slot:outputPlugin
Path parameter: slot (required)
Replication Slot name
Path parameter: host
Postgres host
Default value: localhost
Path parameter: port
Postgres port
Default value: 5432
Path parameter: database (required)
Postgres database name
Path parameter: outputPlugin (required)
Output plugin nameApache Camel