Interface UndertowEndpointBuilderFactory.UndertowBuilders

    • Method Detail

      • undertow

        default UndertowEndpointBuilderFactory.UndertowEndpointBuilder undertow​(String path)
        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 Syntax: undertow:httpURI Path parameter: httpURI (required) The url of the HTTP endpoint to use.
        Parameters:
        path - httpURI
        Returns:
        the dsl builder
      • undertow

        default UndertowEndpointBuilderFactory.UndertowEndpointBuilder undertow​(String componentName,
                                                                                String path)
        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 Syntax: undertow:httpURI Path parameter: httpURI (required) The url of the HTTP endpoint to use.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - httpURI
        Returns:
        the dsl builder