Registry / messaging / camel-connector

camel-connector

JSON →
library2.25.4javamavenunverified

Generic connector component for Apache Camel, enabling integration with external systems via connectors.

<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-connector</artifactId> <version>2.25.4</version> </dependency>
INSTALL
IMPORT
SIG · CAMEL-CONNECTOR
C
camel-connector
messagingjavav2.25.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.

ConnectorComponent
org.apache.camel.component.connector.ConnectorComponent

Register a connector component in a Camel context.

import org.apache.camel.component.connector.ConnectorComponent; import org.apache.camel.CamelContext; import org.apache.camel.impl.DefaultCamelContext; CamelContext ctx = new DefaultCamelContext(); ctx.addComponent("myconnector", new ConnectorComponent());
Debug
Known issues
breakingThis component is deprecated in Camel 3.x; use Camel Quarkus or Camel Kamelets instead.
fix
Upgrade to Camel 3.x and use the kamelet component.
affects: >=3.0.0
Upgrade
Version history
2.25.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
OpenAI (training)
1
Resources
camel-connector — mvn dependency:get camel-connector · libregistry