Interface VertxWebsocketEndpointBuilderFactory.VertxWebsocketBuilders

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default VertxWebsocketEndpointBuilderFactory.VertxWebsocketEndpointBuilder vertxWebsocket​(String path)
      Vert.x WebSocket (camel-vertx-websocket) Expose WebSocket endpoints and connect to remote WebSocket servers using Vert.x Category: websocket Since: 3.5 Maven coordinates: org.apache.camel:camel-vertx-websocket Syntax: vertx-websocket:host:port/path Path parameter: host The host that the consumer should bind to or the host of the remote websocket destination that the producer should connect to Default value: 0.0.0.0 Path parameter: port The port that the consumer should bind to or port of the remote websocket destination that the producer should connect to Default value: 0 Path parameter: path (required) The path that the consumer should bind to or path of the remote websocket destination that the producer should connect to Default value: /
      default VertxWebsocketEndpointBuilderFactory.VertxWebsocketEndpointBuilder vertxWebsocket​(String componentName, String path)
      Vert.x WebSocket (camel-vertx-websocket) Expose WebSocket endpoints and connect to remote WebSocket servers using Vert.x Category: websocket Since: 3.5 Maven coordinates: org.apache.camel:camel-vertx-websocket Syntax: vertx-websocket:host:port/path Path parameter: host The host that the consumer should bind to or the host of the remote websocket destination that the producer should connect to Default value: 0.0.0.0 Path parameter: port The port that the consumer should bind to or port of the remote websocket destination that the producer should connect to Default value: 0 Path parameter: path (required) The path that the consumer should bind to or path of the remote websocket destination that the producer should connect to Default value: /
    • Method Detail

      • vertxWebsocket

        default VertxWebsocketEndpointBuilderFactory.VertxWebsocketEndpointBuilder vertxWebsocket​(String path)
        Vert.x WebSocket (camel-vertx-websocket) Expose WebSocket endpoints and connect to remote WebSocket servers using Vert.x Category: websocket Since: 3.5 Maven coordinates: org.apache.camel:camel-vertx-websocket Syntax: vertx-websocket:host:port/path Path parameter: host The host that the consumer should bind to or the host of the remote websocket destination that the producer should connect to Default value: 0.0.0.0 Path parameter: port The port that the consumer should bind to or port of the remote websocket destination that the producer should connect to Default value: 0 Path parameter: path (required) The path that the consumer should bind to or path of the remote websocket destination that the producer should connect to Default value: /
        Parameters:
        path - host:port/path
        Returns:
        the dsl builder
      • vertxWebsocket

        default VertxWebsocketEndpointBuilderFactory.VertxWebsocketEndpointBuilder vertxWebsocket​(String componentName,
                                                                                                  String path)
        Vert.x WebSocket (camel-vertx-websocket) Expose WebSocket endpoints and connect to remote WebSocket servers using Vert.x Category: websocket Since: 3.5 Maven coordinates: org.apache.camel:camel-vertx-websocket Syntax: vertx-websocket:host:port/path Path parameter: host The host that the consumer should bind to or the host of the remote websocket destination that the producer should connect to Default value: 0.0.0.0 Path parameter: port The port that the consumer should bind to or port of the remote websocket destination that the producer should connect to Default value: 0 Path parameter: path (required) The path that the consumer should bind to or path of the remote websocket destination that the producer should connect to Default value: /
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - host:port/path
        Returns:
        the dsl builder