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 |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder |
basicPropertyBinding(String basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
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)
org.apache.camel.spi.ExceptionHandler
type.
Group: consumer (advanced)default PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder exceptionHandler(String exceptionHandler)
org.apache.camel.spi.ExceptionHandler type.
Group: consumer (advanced)default PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
org.apache.camel.ExchangePattern type.
Group: consumer (advanced)default PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder exchangePattern(String exchangePattern)
org.apache.camel.ExchangePattern type.
Group: consumer (advanced)default PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder pollStrategy(org.apache.camel.spi.PollingConsumerPollStrategy pollStrategy)
org.apache.camel.spi.PollingConsumerPollStrategy type.
Group: consumer (advanced)default PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder pollStrategy(String pollStrategy)
org.apache.camel.spi.PollingConsumerPollStrategy type.
Group: consumer (advanced)default PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder autoCreateSlot(Boolean autoCreateSlot)
java.lang.Boolean type.
Default: true
Group: advanceddefault PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder autoCreateSlot(String autoCreateSlot)
java.lang.Boolean
type.
Default: true
Group: advanceddefault PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder basicPropertyBinding(String basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder slotOptions(String key, Object value)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the slotOptions(String,
Object) method to add a value (call the method multiple times to set
more values).
Group: advanceddefault PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder slotOptions(Map values)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the slotOptions(String,
Object) method to add a value (call the method multiple times to set
more values).
Group: advanceddefault PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder statusInterval(Integer statusInterval)
java.lang.Integer type.
Default: 10
Group: advanceddefault PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder statusInterval(String statusInterval)
java.lang.Integer
type.
Default: 10
Group: advanceddefault PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder synchronous(boolean synchronous)
boolean type.
Default: false
Group: advanceddefault PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder synchronous(String synchronous)
boolean type.
Default: false
Group: advancedApache Camel