Interface EventComponentBuilderFactory
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo")
public interface EventComponentBuilderFactory
Subscribe to Camel internal events such as route started/stopped and exchange
completed/failed.
Generated by camel build tools - do NOT edit this file!
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder for the Event component.static class -
Method Summary
Static MethodsModifier and TypeMethodDescriptionevent()Event (camel-event) Subscribe to Camel internal events such as route started/stopped and exchange completed/failed.
-
Method Details
-
event
Event (camel-event) Subscribe to Camel internal events such as route started/stopped and exchange completed/failed. Category: core,monitoring Since: 4.19 Maven coordinates: org.apache.camel:camel-event- Returns:
- the dsl builder
-