Class | Description |
---|---|
ContextConverters |
Converts from a
CamelContext to a LocalContextComponent so we can easily refer to
external CamelContext s in the Registry as a Component |
ContextEndpoint |
The context component allows to send/receive messages between Camel routes in a black box way.
|
LocalContextComponent |
A Camel Component which exposes a local
CamelContext instance as a black box set of endpoints. |
QualifiedContextComponent |
Supports the explicit and verbose URIs of the form context:camelContextId:someEndpoint to access
a local endpoint inside an external
CamelContext . |
Apache Camel