public static interface PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder |
advanced() |
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
backoffErrorThreshold(int backoffErrorThreshold)
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
backoffErrorThreshold(String backoffErrorThreshold)
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
backoffIdleThreshold(int backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
backoffIdleThreshold(String backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
backoffMultiplier(int backoffMultiplier)
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
backoffMultiplier(String backoffMultiplier)
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
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.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
bridgeErrorHandler(String 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.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
delay(long delay)
Milliseconds before the next poll.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
delay(String delay)
Milliseconds before the next poll.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
greedy(boolean greedy)
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
greedy(String greedy)
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
initialDelay(long initialDelay)
Milliseconds before the first poll starts.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
initialDelay(String initialDelay)
Milliseconds before the first poll starts.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
password(String password)
Postgres password.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
repeatCount(long repeatCount)
Specifies a maximum limit of number of fires.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
repeatCount(String repeatCount)
Specifies a maximum limit of number of fires.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
The consumer logs a start/complete log line when it polls.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
runLoggingLevel(String runLoggingLevel)
The consumer logs a start/complete log line when it polls.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
scheduledExecutorService(String scheduledExecutorService)
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
scheduler(Object scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
scheduler(String scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
schedulerProperties(Map values)
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
schedulerProperties(String key,
Object value)
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle)
If the polling consumer did not poll any files, you can enable this
option to send an empty message (no body) instead.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle)
If the polling consumer did not poll any files, you can enable this
option to send an empty message (no body) instead.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
startScheduler(boolean startScheduler)
Whether the scheduler should be auto started.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
startScheduler(String startScheduler)
Whether the scheduler should be auto started.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
timeUnit(String timeUnit)
Time unit for initialDelay and delay options.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
timeUnit(TimeUnit timeUnit)
Time unit for initialDelay and delay options.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
useFixedDelay(boolean useFixedDelay)
Controls if fixed delay or fixed rate is used.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
useFixedDelay(String useFixedDelay)
Controls if fixed delay or fixed rate is used.
|
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder |
user(String user)
Postgres user.
|
default PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder advanced()
default PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder password(String password)
password - the value to setdefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder user(String user)
user - the value to setdefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle)
sendEmptyMessageWhenIdle - the value to setdefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle)
sendEmptyMessageWhenIdle - the value to setdefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder backoffErrorThreshold(int backoffErrorThreshold)
backoffErrorThreshold - the value to setdefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder backoffErrorThreshold(String backoffErrorThreshold)
backoffErrorThreshold - the value to setdefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder backoffIdleThreshold(int backoffIdleThreshold)
backoffIdleThreshold - the value to setdefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder backoffIdleThreshold(String backoffIdleThreshold)
backoffIdleThreshold - the value to setdefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder backoffMultiplier(int backoffMultiplier)
backoffMultiplier - the value to setdefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder backoffMultiplier(String backoffMultiplier)
backoffMultiplier - the value to setdefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder delay(long delay)
delay - the value to setdefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder delay(String delay)
delay - the value to setdefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder greedy(boolean greedy)
greedy - the value to setdefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder greedy(String greedy)
greedy - the value to setdefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder initialDelay(long initialDelay)
initialDelay - the value to setdefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder initialDelay(String initialDelay)
initialDelay - the value to setdefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder repeatCount(long repeatCount)
repeatCount - the value to setdefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder repeatCount(String repeatCount)
repeatCount - the value to setdefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
runLoggingLevel - the value to setdefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder runLoggingLevel(String runLoggingLevel)
runLoggingLevel - the value to setdefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
scheduledExecutorService - the value to setdefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder scheduledExecutorService(String scheduledExecutorService)
scheduledExecutorService - the value to setdefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder scheduler(Object scheduler)
scheduler - the value to setdefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder scheduler(String scheduler)
scheduler - the value to setdefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder schedulerProperties(String key, Object value)
key - the option keyvalue - the option valuedefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder schedulerProperties(Map values)
values - the valuesdefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder startScheduler(boolean startScheduler)
startScheduler - the value to setdefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder startScheduler(String startScheduler)
startScheduler - the value to setdefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder timeUnit(TimeUnit timeUnit)
timeUnit - the value to setdefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder timeUnit(String timeUnit)
timeUnit - the value to setdefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder useFixedDelay(boolean useFixedDelay)
useFixedDelay - the value to setdefault PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder useFixedDelay(String useFixedDelay)
useFixedDelay - the value to setApache Camel