Uses of Interface
org.apache.unomi.router.api.IRouterCamelContext
-
Packages that use IRouterCamelContext Package Description org.apache.unomi.router.api.services org.apache.unomi.router.core.context org.apache.unomi.router.services -
-
Uses of IRouterCamelContext in org.apache.unomi.router.api.services
Methods in org.apache.unomi.router.api.services that return IRouterCamelContext Modifier and Type Method Description IRouterCamelContext
ImportExportConfigurationService. getRouterCamelContext()
Retrieve the configured router camel contextMethods in org.apache.unomi.router.api.services with parameters of type IRouterCamelContext Modifier and Type Method Description void
ImportExportConfigurationService. setRouterCamelContext(IRouterCamelContext routerCamelContext)
Set the router camel context to share -
Uses of IRouterCamelContext in org.apache.unomi.router.core.context
Classes in org.apache.unomi.router.core.context that implement IRouterCamelContext Modifier and Type Class Description class
RouterCamelContext
Created by amidani on 04/05/2017. -
Uses of IRouterCamelContext in org.apache.unomi.router.services
Fields in org.apache.unomi.router.services declared as IRouterCamelContext Modifier and Type Field Description protected IRouterCamelContext
AbstractConfigurationServiceImpl. routerCamelContext
Methods in org.apache.unomi.router.services that return IRouterCamelContext Modifier and Type Method Description IRouterCamelContext
AbstractConfigurationServiceImpl. getRouterCamelContext()
Methods in org.apache.unomi.router.services with parameters of type IRouterCamelContext Modifier and Type Method Description void
AbstractConfigurationServiceImpl. setRouterCamelContext(IRouterCamelContext routerCamelContext)
void
ExportConfigurationServiceImpl. setRouterCamelContext(IRouterCamelContext routerCamelContext)
void
ImportConfigurationServiceImpl. setRouterCamelContext(IRouterCamelContext routerCamelContext)
-