Uses of Interface
org.apache.camel.builder.endpoint.dsl.PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder
Packages that use PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder
-
Uses of PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.pgReplicationSlot(String path) PostgresSQL Replication Slot (camel-pg-replication-slot) Poll for PostgreSQL Write-Ahead Log (WAL) records using Streaming Replication Slots.StaticEndpointBuilders.pgReplicationSlot(String componentName, String path) PostgresSQL Replication Slot (camel-pg-replication-slot) Poll for PostgreSQL Write-Ahead Log (WAL) records using Streaming Replication Slots. -
Uses of PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilderModifier and TypeMethodDescriptionPgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.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.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.PgReplicationSlotEndpointBuilderFactory.AdvancedPgReplicationSlotEndpointBuilder.basic()PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.PgReplicationSlotEndpointBuilderFactory.endpointBuilder(String componentName, String path) 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.If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages.PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.Postgres password.PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotBuilders.pgReplicationSlot(String path) PostgresSQL Replication Slot (camel-pg-replication-slot) Poll for PostgreSQL Write-Ahead Log (WAL) records using Streaming Replication Slots.PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotBuilders.pgReplicationSlot(String componentName, String path) PostgresSQL Replication Slot (camel-pg-replication-slot) Poll for PostgreSQL Write-Ahead Log (WAL) records using Streaming Replication Slots.PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder.scheduledExecutorService(ScheduledExecutorService scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder.scheduler(Object scheduler) To use a cron scheduler from either camel-spring or camel-quartz component.PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder.scheduler(String scheduler) To use a cron scheduler from either camel-spring or camel-quartz component.PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.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.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.PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.Time unit for initialDelay and delay options.PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder.timeUnit(TimeUnit timeUnit) Time unit for initialDelay and delay options.PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.PgReplicationSlotEndpointBuilderFactory.PgReplicationSlotEndpointBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.Postgres user.