Uses of Interface
org.apache.camel.builder.endpoint.dsl.EventEndpointBuilderFactory.EventEndpointConsumerBuilder
-
Packages that use EventEndpointBuilderFactory.EventEndpointConsumerBuilder Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of EventEndpointBuilderFactory.EventEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of EventEndpointBuilderFactory.EventEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl Modifier and Type Interface Description static interfaceEventEndpointBuilderFactory.EventEndpointBuilderBuilder for endpoint for the Spring Event component.Methods in org.apache.camel.builder.endpoint.dsl that return EventEndpointBuilderFactory.EventEndpointConsumerBuilder Modifier and Type Method Description default EventEndpointBuilderFactory.EventEndpointConsumerBuilderEventEndpointBuilderFactory.AdvancedEventEndpointConsumerBuilder. basic()default EventEndpointBuilderFactory.EventEndpointConsumerBuilderEventEndpointBuilderFactory.EventEndpointConsumerBuilder. 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 EventEndpointBuilderFactory.EventEndpointConsumerBuilderEventEndpointBuilderFactory.EventEndpointConsumerBuilder. 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.
-