public static interface PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotBuilders
| Modifier and Type | Method and Description |
|---|---|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
pgReplicationSlot(String path)
PostgresSQL Replication Slot (camel-pg-replication-slot)
Poll for PostgreSQL Write-Ahead Log (WAL) records using Streaming
Replication Slots.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
pgReplicationSlot(String componentName,
String path)
PostgresSQL Replication Slot (camel-pg-replication-slot)
Poll for PostgreSQL Write-Ahead Log (WAL) records using Streaming
Replication Slots.
|
default 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 namepath - host:port/database/slot:outputPlugindefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder pgReplicationSlot(String componentName, 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 namecomponentName - to use a custom component name for the endpoint
instead of the default namepath - host:port/database/slot:outputPluginApache Camel