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