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 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.PgEventEndpointBuilderFactory.AdvancedPgEventEndpointConsumerBuilder.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.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.