Uses of Interface
org.apache.camel.builder.component.dsl.PgReplicationSlotComponentBuilderFactory.PgReplicationSlotComponentBuilder
-
Packages that use PgReplicationSlotComponentBuilderFactory.PgReplicationSlotComponentBuilder Package Description org.apache.camel.builder.component org.apache.camel.builder.component.dsl -
-
Uses of PgReplicationSlotComponentBuilderFactory.PgReplicationSlotComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return PgReplicationSlotComponentBuilderFactory.PgReplicationSlotComponentBuilder Modifier and Type Method Description static PgReplicationSlotComponentBuilderFactory.PgReplicationSlotComponentBuilder
ComponentsBuilderFactory. pgReplicationSlot()
PostgresSQL Replication Slot (camel-pg-replication-slot) Poll for PostgreSQL Write-Ahead Log (WAL) records using Streaming Replication Slots. -
Uses of PgReplicationSlotComponentBuilderFactory.PgReplicationSlotComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement PgReplicationSlotComponentBuilderFactory.PgReplicationSlotComponentBuilder Modifier and Type Class Description static class
PgReplicationSlotComponentBuilderFactory.PgReplicationSlotComponentBuilderImpl
Methods in org.apache.camel.builder.component.dsl that return PgReplicationSlotComponentBuilderFactory.PgReplicationSlotComponentBuilder Modifier and Type Method Description default PgReplicationSlotComponentBuilderFactory.PgReplicationSlotComponentBuilder
PgReplicationSlotComponentBuilderFactory.PgReplicationSlotComponentBuilder. autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.default PgReplicationSlotComponentBuilderFactory.PgReplicationSlotComponentBuilder
PgReplicationSlotComponentBuilderFactory.PgReplicationSlotComponentBuilder. bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.static PgReplicationSlotComponentBuilderFactory.PgReplicationSlotComponentBuilder
PgReplicationSlotComponentBuilderFactory. pgReplicationSlot()
PostgresSQL Replication Slot (camel-pg-replication-slot) Poll for PostgreSQL Write-Ahead Log (WAL) records using Streaming Replication Slots.
-