PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder.advanced()
PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder.autoCreateSlot(Boolean autoCreateSlot)
Auto create slot if it does not exist.
PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder.autoCreateSlot(String autoCreateSlot)
Auto create slot if it does not exist.
PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder.bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions (if possible) occurred while the Camel
consumer is trying to pickup incoming messages, or the likes, will
now be processed as a message and handled by the routing Error
Handler.
PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder.bridgeErrorHandler(String bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions (if possible) occurred while the Camel
consumer is trying to pickup incoming messages, or the likes, will
now be processed as a message and handled by the routing Error
Handler.
PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder.exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder.exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder.pollStrategy(String pollStrategy)
A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing
you to provide your custom implementation to control error handling
usually occurred during the poll operation before an Exchange have
been created and being routed in Camel.
PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder.pollStrategy(org.apache.camel.spi.PollingConsumerPollStrategy pollStrategy)
A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing
you to provide your custom implementation to control error handling
usually occurred during the poll operation before an Exchange have
been created and being routed in Camel.
PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder.slotOptions(String key,
Object value)
Slot options to be passed to the output plugin.
PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder.slotOptions(Map values)
Slot options to be passed to the output plugin.
PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder.statusInterval(Integer statusInterval)
Specifies the number of seconds between status packets sent back to
Postgres server.
PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder.statusInterval(String statusInterval)
Specifies the number of seconds between status packets sent back to
Postgres server.