Uses of Interface
org.apache.camel.builder.endpoint.dsl.DisruptorEndpointBuilderFactory.AdvancedDisruptorEndpointConsumerBuilder
Packages that use DisruptorEndpointBuilderFactory.AdvancedDisruptorEndpointConsumerBuilder
-
Uses of DisruptorEndpointBuilderFactory.AdvancedDisruptorEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of DisruptorEndpointBuilderFactory.AdvancedDisruptorEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the Disruptor component.Methods in org.apache.camel.builder.endpoint.dsl that return DisruptorEndpointBuilderFactory.AdvancedDisruptorEndpointConsumerBuilderModifier and TypeMethodDescriptionDisruptorEndpointBuilderFactory.DisruptorEndpointConsumerBuilder.advanced()DisruptorEndpointBuilderFactory.AdvancedDisruptorEndpointConsumerBuilder.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.DisruptorEndpointBuilderFactory.AdvancedDisruptorEndpointConsumerBuilder.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.DisruptorEndpointBuilderFactory.AdvancedDisruptorEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.DisruptorEndpointBuilderFactory.AdvancedDisruptorEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.DisruptorEndpointBuilderFactory.AdvancedDisruptorEndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.DisruptorEndpointBuilderFactory.AdvancedDisruptorEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.