public static interface UndertowEndpointBuilderFactory.UndertowBuilders
| Modifier and Type | Method and Description |
|---|---|
default UndertowEndpointBuilderFactory.UndertowEndpointBuilder |
undertow(String path)
Undertow (camel-undertow)
Expose HTTP and WebSocket endpoints and access external
HTTP/WebSocket servers.
|
default UndertowEndpointBuilderFactory.UndertowEndpointBuilder |
undertow(String componentName,
String path)
Undertow (camel-undertow)
Expose HTTP and WebSocket endpoints and access external
HTTP/WebSocket servers.
|
default UndertowEndpointBuilderFactory.UndertowEndpointBuilder undertow(String path)
undertow:httpURI
Path parameter: httpURI (required)
The url of the HTTP endpoint to use.path - httpURIdefault UndertowEndpointBuilderFactory.UndertowEndpointBuilder undertow(String componentName, String path)
undertow:httpURI
Path parameter: httpURI (required)
The url of the HTTP endpoint to use.componentName - to use a custom component name for the endpoint
instead of the default namepath - httpURIApache Camel