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