public class RoutesCollector extends Object implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>, org.springframework.core.Ordered
Constructor and Description |
---|
RoutesCollector(org.springframework.context.ApplicationContext applicationContext,
List<CamelContextConfiguration> camelContextConfigurations,
CamelConfigurationProperties configurationProperties) |
Modifier and Type | Method and Description |
---|---|
int |
getOrder() |
void |
onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event) |
public RoutesCollector(org.springframework.context.ApplicationContext applicationContext, List<CamelContextConfiguration> camelContextConfigurations, CamelConfigurationProperties configurationProperties)
public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
onApplicationEvent
in interface org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
public int getOrder()
getOrder
in interface org.springframework.core.Ordered
Apache Camel