Uses of Interface
org.apache.camel.builder.endpoint.dsl.PgEventEndpointBuilderFactory.AdvancedPgEventEndpointConsumerBuilder
Packages that use PgEventEndpointBuilderFactory.AdvancedPgEventEndpointConsumerBuilder
-
Uses of PgEventEndpointBuilderFactory.AdvancedPgEventEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of PgEventEndpointBuilderFactory.AdvancedPgEventEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the PostgresSQL Event component.Methods in org.apache.camel.builder.endpoint.dsl that return PgEventEndpointBuilderFactory.AdvancedPgEventEndpointConsumerBuilderModifier and TypeMethodDescriptionPgEventEndpointBuilderFactory.PgEventEndpointConsumerBuilder.advanced()PgEventEndpointBuilderFactory.AdvancedPgEventEndpointConsumerBuilder.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.PgEventEndpointBuilderFactory.AdvancedPgEventEndpointConsumerBuilder.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.PgEventEndpointBuilderFactory.AdvancedPgEventEndpointConsumerBuilder.datasource(String datasource) To connect using the given javax.sql.DataSource instead of using hostname and port.PgEventEndpointBuilderFactory.AdvancedPgEventEndpointConsumerBuilder.datasource(DataSource datasource) To connect using the given javax.sql.DataSource instead of using hostname and port.PgEventEndpointBuilderFactory.AdvancedPgEventEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.PgEventEndpointBuilderFactory.AdvancedPgEventEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.PgEventEndpointBuilderFactory.AdvancedPgEventEndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.PgEventEndpointBuilderFactory.AdvancedPgEventEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.PgEventEndpointBuilderFactory.AdvancedPgEventEndpointConsumerBuilder.reconnectDelay(int reconnectDelay) When the consumer unexpected lose connection to the database, then this specifies the interval (millis) between re-connection attempts to establish a new connection.PgEventEndpointBuilderFactory.AdvancedPgEventEndpointConsumerBuilder.reconnectDelay(String reconnectDelay) When the consumer unexpected lose connection to the database, then this specifies the interval (millis) between re-connection attempts to establish a new connection.PgEventEndpointBuilderFactory.AdvancedPgEventEndpointConsumerBuilder.workerPool(String workerPool) To use a custom worker pool for processing the events from the database.PgEventEndpointBuilderFactory.AdvancedPgEventEndpointConsumerBuilder.workerPool(ExecutorService workerPool) To use a custom worker pool for processing the events from the database.PgEventEndpointBuilderFactory.AdvancedPgEventEndpointConsumerBuilder.workerPoolCoreSize(int workerPoolCoreSize) Number of core threads in the worker pool for processing the events from the database.PgEventEndpointBuilderFactory.AdvancedPgEventEndpointConsumerBuilder.workerPoolCoreSize(String workerPoolCoreSize) Number of core threads in the worker pool for processing the events from the database.PgEventEndpointBuilderFactory.AdvancedPgEventEndpointConsumerBuilder.workerPoolMaxSize(int workerPoolMaxSize) Maximum number of threads in the worker pool for processing the events from the database.PgEventEndpointBuilderFactory.AdvancedPgEventEndpointConsumerBuilder.workerPoolMaxSize(String workerPoolMaxSize) Maximum number of threads in the worker pool for processing the events from the database.