Uses of Interface
org.apache.camel.builder.endpoint.dsl.DirectEndpointBuilderFactory.DirectEndpointConsumerBuilder
-
Packages that use DirectEndpointBuilderFactory.DirectEndpointConsumerBuilder Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of DirectEndpointBuilderFactory.DirectEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of DirectEndpointBuilderFactory.DirectEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl Modifier and Type Interface Description static interfaceDirectEndpointBuilderFactory.DirectEndpointBuilderBuilder for endpoint for the Direct component.Methods in org.apache.camel.builder.endpoint.dsl that return DirectEndpointBuilderFactory.DirectEndpointConsumerBuilder Modifier and Type Method Description default DirectEndpointBuilderFactory.DirectEndpointConsumerBuilderDirectEndpointBuilderFactory.AdvancedDirectEndpointConsumerBuilder. basic()default DirectEndpointBuilderFactory.DirectEndpointConsumerBuilderDirectEndpointBuilderFactory.DirectEndpointConsumerBuilder. 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 DirectEndpointBuilderFactory.DirectEndpointConsumerBuilderDirectEndpointBuilderFactory.DirectEndpointConsumerBuilder. 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.
-