Uses of Interface
org.apache.camel.builder.endpoint.dsl.RefEndpointBuilderFactory.RefEndpointConsumerBuilder
-
Packages that use RefEndpointBuilderFactory.RefEndpointConsumerBuilder Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of RefEndpointBuilderFactory.RefEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of RefEndpointBuilderFactory.RefEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl Modifier and Type Interface Description static interface
RefEndpointBuilderFactory.RefEndpointBuilder
Builder for endpoint for the Ref component.Methods in org.apache.camel.builder.endpoint.dsl that return RefEndpointBuilderFactory.RefEndpointConsumerBuilder Modifier and Type Method Description default RefEndpointBuilderFactory.RefEndpointConsumerBuilder
RefEndpointBuilderFactory.AdvancedRefEndpointConsumerBuilder. basic()
default RefEndpointBuilderFactory.RefEndpointConsumerBuilder
RefEndpointBuilderFactory.RefEndpointConsumerBuilder. 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.default RefEndpointBuilderFactory.RefEndpointConsumerBuilder
RefEndpointBuilderFactory.RefEndpointConsumerBuilder. 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.
-