Interface SpringEventComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface SpringEventComponentBuilderFactory
Listen for Spring Application Events. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
SpringEventComponentBuilderFactory.SpringEventComponentBuilder
Builder for the Spring Event component.static class
SpringEventComponentBuilderFactory.SpringEventComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static SpringEventComponentBuilderFactory.SpringEventComponentBuilder
springEvent()
Spring Event (camel-spring) Listen for Spring Application Events.
-
-
-
Method Detail
-
springEvent
static SpringEventComponentBuilderFactory.SpringEventComponentBuilder springEvent()
Spring Event (camel-spring) Listen for Spring Application Events. Category: spring,eventbus Since: 1.4 Maven coordinates: org.apache.camel:camel-spring- Returns:
- the dsl builder
-
-