| Class | Description |
|---|---|
| CdiCamelContext |
CDI
CamelContext class that can be extended
to declare custom Camel context beans. |
| CdiCamelExtension | |
| CdiEventEndpoint<T> |
A Camel
Endpoint that bridges the CDI events facility with Camel routes so that CDI events
can be seamlessly observed / consumed (respectively produced / fired) from Camel consumers (respectively by Camel producers). |
| ContextName.Literal | |
| Main |
Camel CDI boot integration.
|
| RoutesXml |
A helper class for loading route definitions from a file, URL or the classpath
|
| Uri.Literal |
| Annotation Type | Description |
|---|---|
| ContextName |
CDI qualifier to be used for multi Camel contexts CDI deployment.
|
| Mock | Deprecated
Use
Uri instead: |
| Uri |
A CDI qualifier to define the Camel URI associated to
the annotated resource.
|
Apache Camel