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 | Deprecated
Use
ImportResource instead: |
Uri.Literal |
Annotation Type | Description |
---|---|
ContextName |
CDI qualifier to be used for multi Camel contexts CDI deployment.
|
ImportResource |
Indicates one or more resources representing Camel XML configuration
to import.
|
Mock | Deprecated
Use
Uri instead: |
Uri |
A CDI qualifier to define the Camel URI associated to
the annotated resource.
|
Apache Camel