Package org.apache.camel.spring.boot
Class SpringBootRoutesCollector
- java.lang.Object
-
- org.apache.camel.main.DefaultRoutesCollector
-
- org.apache.camel.spring.boot.SpringBootRoutesCollector
-
- All Implemented Interfaces:
org.apache.camel.main.RoutesCollector
public class SpringBootRoutesCollector extends org.apache.camel.main.DefaultRoutesCollector
Spring BootRoutesCollector
.
-
-
Constructor Summary
Constructors Constructor Description SpringBootRoutesCollector(org.springframework.context.ApplicationContext applicationContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <T> Collection<T>
findByType(org.apache.camel.CamelContext camelContext, Class<T> type)
-
-
-
Method Detail
-
findByType
protected <T> Collection<T> findByType(org.apache.camel.CamelContext camelContext, Class<T> type)
- Overrides:
findByType
in classorg.apache.camel.main.DefaultRoutesCollector
-
-