| Interface | Description |
|---|---|
| CdiCamelConfiguration |
The Camel CDI configuration.
|
| 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). |
| CdiRouteBuilder |
An extension of the
RouteBuilder to provide some additional helper methods. |
| Main |
Camel CDI boot integration.
|
| Uri.Literal |
| Annotation Type | Description |
|---|---|
| ImportResource |
Indicates one or more resources representing
Camel XML configuration to
import.
|
| Uri |
A CDI qualifier to define the Camel URI associated to the annotated
resource.
|
Apache Camel