public class SpringBootRoutesCollector
extends org.apache.camel.main.DefaultRoutesCollector
RoutesCollector
.Constructor and Description |
---|
SpringBootRoutesCollector(org.springframework.context.ApplicationContext applicationContext) |
Modifier and Type | Method and Description |
---|---|
List<org.apache.camel.RoutesBuilder> |
collectRoutesFromRegistry(org.apache.camel.CamelContext camelContext,
String excludePattern,
String includePattern) |
public SpringBootRoutesCollector(org.springframework.context.ApplicationContext applicationContext)
public List<org.apache.camel.RoutesBuilder> collectRoutesFromRegistry(org.apache.camel.CamelContext camelContext, String excludePattern, String includePattern)
collectRoutesFromRegistry
in interface org.apache.camel.main.RoutesCollector
collectRoutesFromRegistry
in class org.apache.camel.main.DefaultRoutesCollector
Apache Camel