public final class ModelCamelContextHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isEipInUse(org.apache.camel.CamelContext camelContext,
String name)
Checks if any of the Camel routes is using an EIP with the given name
|
public static boolean isEipInUse(org.apache.camel.CamelContext camelContext, String name)
camelContext - the Camel contextname - the name of the EIPApache Camel