public static interface PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotBuilders
| Modifier and Type | Method and Description |
|---|---|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
pgReplicationSlot(String path)
PostgresSQL Replication Slot (camel-pg-replication-slot)
Consumer endpoint to receive from PostgreSQL Replication Slot.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder pgReplicationSlot(String path)
pg-replication-slot:host:port/database/slot:outputPlugin
Path parameter: slot (required)
Replication Slot name
Path parameter: host
PostgreSQL server host
Default value: localhost
Path parameter: port
PostgreSQL server port
Default value: 5432
Path parameter: database (required)
PostgreSQL database name
Path parameter: outputPlugin (required)
Output plugin nameApache Camel