Interface PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
PgReplicationSlotEndpointBuilderFactory

public static interface PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotBuilders
  • Method Details

    • pgReplicationSlot

      PostgresSQL Replication Slot (camel-pg-replication-slot) Poll for PostgreSQL Write-Ahead Log (WAL) records using Streaming Replication Slots. Category: database Since: 3.0 Maven coordinates: org.apache.camel:camel-pg-replication-slot Syntax: 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 name
      Parameters:
      path - host:port/database/slot:outputPlugin
      Returns:
      the dsl builder
    • pgReplicationSlot

      PostgresSQL Replication Slot (camel-pg-replication-slot) Poll for PostgreSQL Write-Ahead Log (WAL) records using Streaming Replication Slots. Category: database Since: 3.0 Maven coordinates: org.apache.camel:camel-pg-replication-slot Syntax: 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 name
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - host:port/database/slot:outputPlugin
      Returns:
      the dsl builder