@FunctionalInterface public interface CamelContextCustomizer extends Ordered, Comparable<CamelContextCustomizer>
CamelContext instances.| Modifier and Type | Method and Description |
|---|---|
default int |
compareTo(CamelContextCustomizer other) |
void |
configure(CamelContext camelContext)
Configure the
CamelContext. |
default int |
getOrder()
Gets the order.
|
void configure(CamelContext camelContext)
CamelContext.camelContext - the camel context to configure.default int getOrder()
OrderedInteger.MAX_VALUE or eg Ordered.LOWEST.default int compareTo(CamelContextCustomizer other)
compareTo in interface Comparable<CamelContextCustomizer>Apache Camel