public interface CamelContextRegistry
CamelContext registration.
The CamelContextRegistry is the entry point for CamelContext registration and lookup.CamelContextRegistryService}| Modifier and Type | Interface and Description |
|---|---|
static interface |
CamelContextRegistry.CamelContextRegistration
The return handle for camel context registrations
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.CamelContext |
getCamelContext(String name)
Get the camel context for the given name
|
CamelContextRegistry.CamelContextRegistration |
registerCamelContext(org.apache.camel.CamelContext camelctx)
Register the camel context in this registry
|
org.apache.camel.CamelContext getCamelContext(String name)
CamelContextRegistry.CamelContextRegistration registerCamelContext(org.apache.camel.CamelContext camelctx)
Copyright © 2014. All Rights Reserved.