Uses of Interface
org.apache.camel.builder.component.dsl.EventComponentBuilderFactory.EventComponentBuilder
Packages that use EventComponentBuilderFactory.EventComponentBuilder
-
Uses of EventComponentBuilderFactory.EventComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return EventComponentBuilderFactory.EventComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.event()Event (camel-event) Subscribe to Camel internal events such as route started/stopped and exchange completed/failed. -
Uses of EventComponentBuilderFactory.EventComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement EventComponentBuilderFactory.EventComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return EventComponentBuilderFactory.EventComponentBuilderModifier and TypeMethodDescriptionEventComponentBuilderFactory.EventComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.EventComponentBuilderFactory.EventComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.EventComponentBuilderFactory.event()Event (camel-event) Subscribe to Camel internal events such as route started/stopped and exchange completed/failed.