@Deprecated public final class PlatformHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isOsgiContext(org.apache.camel.CamelContext camelContext)
Deprecated.
additional logic for OSGi should be in their own components in the camel-karaf project
|
@Deprecated public static boolean isOsgiContext(org.apache.camel.CamelContext camelContext)
CamelContext matches the names of the known OSGi-aware contexts.camelContext - context to be tested against OSGi-awarenessApache Camel