Interface UndertowComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface UndertowComponentBuilderFactory
Expose HTTP and WebSocket endpoints and access external HTTP/WebSocket servers. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceUndertowComponentBuilderFactory.UndertowComponentBuilderBuilder for the Undertow component.static classUndertowComponentBuilderFactory.UndertowComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static UndertowComponentBuilderFactory.UndertowComponentBuilderundertow()Undertow (camel-undertow) Expose HTTP and WebSocket endpoints and access external HTTP/WebSocket servers.
-
-
-
Method Detail
-
undertow
static UndertowComponentBuilderFactory.UndertowComponentBuilder undertow()
Undertow (camel-undertow) Expose HTTP and WebSocket endpoints and access external HTTP/WebSocket servers. Category: http,websocket Since: 2.16 Maven coordinates: org.apache.camel:camel-undertow- Returns:
- the dsl builder
-
-