Package org.apache.camel.spring.boot
Class CamelSpringBootRoutesCollector
java.lang.Object
org.apache.camel.main.DefaultRoutesCollector
org.apache.camel.spring.boot.CamelSpringBootRoutesCollector
- All Implemented Interfaces:
org.apache.camel.main.RoutesCollector
public class CamelSpringBootRoutesCollector
extends org.apache.camel.main.DefaultRoutesCollector
-
Field Summary
Fields inherited from class org.apache.camel.main.DefaultRoutesCollector
log
-
Constructor Summary
ConstructorsConstructorDescriptionCamelSpringBootRoutesCollector
(org.springframework.context.ApplicationContext applicationContext, boolean includeNonSingletons) -
Method Summary
Modifier and TypeMethodDescriptionprotected <T> Collection
<T> findByType
(org.apache.camel.CamelContext camelContext, Class<T> type) Methods inherited from class org.apache.camel.main.DefaultRoutesCollector
collectAdditionalRoutesFromRegistry, collectRoutesFromDirectory, collectRoutesFromRegistry, doCollectRoutesFromDirectory, findRouteResourcesFromDirectory, isIgnoreLoadingError, setIgnoreLoadingError
-
Constructor Details
-
CamelSpringBootRoutesCollector
public CamelSpringBootRoutesCollector(org.springframework.context.ApplicationContext applicationContext, boolean includeNonSingletons)
-
-
Method Details
-
findByType
- Overrides:
findByType
in classorg.apache.camel.main.DefaultRoutesCollector
-