Uses of Interface
org.apache.camel.builder.endpoint.dsl.StreamEndpointBuilderFactory.AdvancedStreamEndpointConsumerBuilder
Packages that use StreamEndpointBuilderFactory.AdvancedStreamEndpointConsumerBuilder
-
Uses of StreamEndpointBuilderFactory.AdvancedStreamEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of StreamEndpointBuilderFactory.AdvancedStreamEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the Stream component.Methods in org.apache.camel.builder.endpoint.dsl that return StreamEndpointBuilderFactory.AdvancedStreamEndpointConsumerBuilderModifier and TypeMethodDescriptionStreamEndpointBuilderFactory.StreamEndpointConsumerBuilder.advanced()StreamEndpointBuilderFactory.AdvancedStreamEndpointConsumerBuilder.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.StreamEndpointBuilderFactory.AdvancedStreamEndpointConsumerBuilder.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.StreamEndpointBuilderFactory.AdvancedStreamEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.StreamEndpointBuilderFactory.AdvancedStreamEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.StreamEndpointBuilderFactory.AdvancedStreamEndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.StreamEndpointBuilderFactory.AdvancedStreamEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.StreamEndpointBuilderFactory.AdvancedStreamEndpointConsumerBuilder.readTimeout(int readTimeout) Sets the read timeout to a specified timeout, in milliseconds.StreamEndpointBuilderFactory.AdvancedStreamEndpointConsumerBuilder.readTimeout(String readTimeout) Sets the read timeout to a specified timeout, in milliseconds.