Registry / messaging / camel-cdi

camel-cdi

JSON →
library3.22.4javamavenunverified

Integrates Apache Camel with CDI (Contexts and Dependency Injection) for Java EE.

<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-cdi</artifactId> <version>3.22.4</version> </dependency>
INSTALL
IMPORT
SIG · CAMEL-CDI
C
camel-cdi
messagingjavav3.22.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CdiCamelContext
org.apache.camel.cdi.CdiCamelContext

Inject and start a Camel context using CDI.

import org.apache.camel.cdi.CdiCamelContext; import javax.inject.Inject; public class Example { @Inject CdiCamelContext context; public void start() { context.start(); System.out.println("Camel context started"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.22.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
28
Resources
camel-cdi — mvn dependency:get camel-cdi · libregistry