Registry / utility / camel-api

camel-api

JSON →
library4.19.0javamavenunverified

Core API for Apache Camel, providing interfaces and classes for building integration routes.

<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-api</artifactId> <version>4.19.0</version> </dependency>
INSTALL
IMPORT
SIG · CAMEL-API
C
camel-api
utilityjavav4.19.0
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.

CamelContext
org.apache.camel.CamelContext

Demonstrates starting and stopping a Camel context.

import org.apache.camel.CamelContext; import org.apache.camel.impl.DefaultCamelContext; public class Example { public static void main(String[] args) throws Exception { CamelContext context = new DefaultCamelContext(); context.start(); System.out.println("Camel started"); context.stop(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.19.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
camel-api — mvn dependency:get camel-api · libregistry