Interface VertxWebsocketEndpointBuilderFactory.VertxWebsocketBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
VertxWebsocketEndpointBuilderFactory

public static interface VertxWebsocketEndpointBuilderFactory.VertxWebsocketBuilders
  • Method Summary

    Modifier and Type
    Method
    Description
    Vert.x WebSocket (camel-vertx-websocket) Expose WebSocket endpoints and connect to remote WebSocket servers using Vert.x Category: http,networking Since: 3.5 Maven coordinates: org.apache.camel:camel-vertx-websocket
    Vert.x WebSocket (camel-vertx-websocket) Expose WebSocket endpoints and connect to remote WebSocket servers using Vert.x Category: http,networking Since: 3.5 Maven coordinates: org.apache.camel:camel-vertx-websocket Syntax: vertx-websocket:host:port/path Path parameter: host (required) WebSocket hostname, such as localhost or a remote host when in client mode.
    vertxWebsocket(String componentName, String path)
    Vert.x WebSocket (camel-vertx-websocket) Expose WebSocket endpoints and connect to remote WebSocket servers using Vert.x Category: http,networking Since: 3.5 Maven coordinates: org.apache.camel:camel-vertx-websocket Syntax: vertx-websocket:host:port/path Path parameter: host (required) WebSocket hostname, such as localhost or a remote host when in client mode.
  • Method Details

    • vertxWebsocket

      Vert.x WebSocket (camel-vertx-websocket) Expose WebSocket endpoints and connect to remote WebSocket servers using Vert.x Category: http,networking Since: 3.5 Maven coordinates: org.apache.camel:camel-vertx-websocket
      Returns:
      the dsl builder for the headers' name.
    • vertxWebsocket

      Vert.x WebSocket (camel-vertx-websocket) Expose WebSocket endpoints and connect to remote WebSocket servers using Vert.x Category: http,networking Since: 3.5 Maven coordinates: org.apache.camel:camel-vertx-websocket Syntax: vertx-websocket:host:port/path Path parameter: host (required) WebSocket hostname, such as localhost or a remote host when in client mode. Path parameter: port (required) WebSocket port number to use. Path parameter: path WebSocket path to use.
      Parameters:
      path - host:port/path
      Returns:
      the dsl builder
    • vertxWebsocket

      Vert.x WebSocket (camel-vertx-websocket) Expose WebSocket endpoints and connect to remote WebSocket servers using Vert.x Category: http,networking Since: 3.5 Maven coordinates: org.apache.camel:camel-vertx-websocket Syntax: vertx-websocket:host:port/path Path parameter: host (required) WebSocket hostname, such as localhost or a remote host when in client mode. Path parameter: port (required) WebSocket port number to use. Path parameter: path WebSocket path to use.
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - host:port/path
      Returns:
      the dsl builder