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

    Constructors
    Constructor
    Description
    CamelSpringBootRoutesCollector(org.springframework.context.ApplicationContext applicationContext, boolean includeNonSingletons)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected <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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CamelSpringBootRoutesCollector

      public CamelSpringBootRoutesCollector(org.springframework.context.ApplicationContext applicationContext, boolean includeNonSingletons)
  • Method Details

    • findByType

      protected <T> Collection<T> findByType(org.apache.camel.CamelContext camelContext, Class<T> type)
      Overrides:
      findByType in class org.apache.camel.main.DefaultRoutesCollector