Registry / web-framework / camel-undertow

camel-undertow

JSON →
library4.20.0javamavenunverified

Camel component for integrating with Undertow web server.

<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-undertow</artifactId> <version>4.20.0</version> </dependency>
INSTALL
IMPORT
SIG · CAMEL-UNDERTOW
C
camel-undertow
web-frameworkjavav4.20.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.

UndertowComponent
✓ org.apache.camel.component.undertow.UndertowComponent

Create a simple HTTP route using Undertow component.

import org.apache.camel.CamelContext; import org.apache.camel.impl.DefaultCamelContext; import org.apache.camel.builder.RouteBuilder; public class Example { public static void main(String[] args) throws Exception { CamelContext context = new DefaultCamelContext(); context.addRoutes(new RouteBuilder() { @Override public void configure() { from("undertow:http://localhost:8080").to("log:test"); } }); context.start(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.20.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
22
Amazon
1
OpenAI (training)
1
Resources