public static interface PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder |
autoCreateSlot(Boolean autoCreateSlot)
Auto create slot if it does not exist.
|
default PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder |
autoCreateSlot(String autoCreateSlot)
Auto create slot if it does not exist.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
basic() |
default PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default 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.
|
default 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.
|
default PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder |
slotOptions(Map values)
Slot options to be passed to the output plugin.
|
default PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder |
slotOptions(String key,
Object value)
Slot options to be passed to the output plugin.
|
default PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder |
statusInterval(Integer statusInterval)
Specifies the number of seconds between status packets sent back to
Postgres server.
|
default PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder |
statusInterval(String statusInterval)
Specifies the number of seconds between status packets sent back to
Postgres server.
|
default PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder basic()
default PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
exceptionHandler - the value to setdefault PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder exceptionHandler(String exceptionHandler)
exceptionHandler - the value to setdefault PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
exchangePattern - the value to setdefault PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder exchangePattern(String exchangePattern)
exchangePattern - the value to setdefault PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder pollStrategy(org.apache.camel.spi.PollingConsumerPollStrategy pollStrategy)
pollStrategy - the value to setdefault PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder pollStrategy(String pollStrategy)
pollStrategy - the value to setdefault PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder autoCreateSlot(Boolean autoCreateSlot)
autoCreateSlot - the value to setdefault PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder autoCreateSlot(String autoCreateSlot)
autoCreateSlot - the value to setdefault PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder slotOptions(String key, Object value)
key - the option keyvalue - the option valuedefault PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder slotOptions(Map values)
values - the valuesdefault PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder statusInterval(Integer statusInterval)
statusInterval - the value to setdefault PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder statusInterval(String statusInterval)
statusInterval - the value to setdefault PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel