public interface LocalCamelController extends CamelController
CamelController
that runs locally, eg within the same JVM as the CamelContext
s
it manages.
For example the Apache Camel Karaf commands does this.Modifier and Type | Method and Description |
---|---|
org.apache.camel.CamelContext |
getLocalCamelContext(String name)
Get a Camel context identified by the given name.
|
List<org.apache.camel.CamelContext> |
getLocalCamelContexts()
Get the list of Camel context.
|
browseInflightExchanges, catalogComponentAsciiDoc, catalogDataFormatAsciiDoc, catalogLanguageAsciiDoc, componentInfo, explainEipAsJSon, explainEndpointAsJSon, getCamelContextInformation, getCamelContexts, getCamelContexts, getCamelContextStatsAsXml, getEndpointRuntimeStatistics, getEndpoints, getRestApiDocAsJson, getRestModelAsXml, getRestServices, getRouteModelAsXml, getRoutes, getRoutes, getRouteStatsAsXml, listComponents, listComponentsCatalog, listComponentsLabelCatalog, listDataFormatsCatalog, listDataFormatsLabelCatalog, listEipsCatalog, listEipsLabelCatalog, listLanguagesCatalog, listLanguagesLabelCatalog, resetRouteStats, resumeContext, resumeRoute, startContext, startRoute, stopContext, stopRoute, suspendContext, suspendRoute
Apache Camel