Class VertxWebsocketConstants


  • public final class VertxWebsocketConstants
    extends Object
    • Field Detail

      • DEFAULT_VERTX_SERVER_PORT

        public static final int DEFAULT_VERTX_SERVER_PORT
        See Also:
        Constant Field Values
      • CONNECTION_KEY

        @Metadata(description="Sends the message to the client with the given connection key. You can\nuse a comma separated list of keys to send a message to multiple clients",
                  javaType="String")
        public static final String CONNECTION_KEY
        See Also:
        Constant Field Values
      • SEND_TO_ALL

        @Metadata(label="producer",
                  description="Sends the message to all clients which are currently connected. You can\nuse the `sendToAll` option on the endpoint instead of using this header.",
                  javaType="boolean")
        public static final String SEND_TO_ALL
        See Also:
        Constant Field Values
      • REMOTE_ADDRESS

        @Metadata(label="consumer",
                  description="The remote address.",
                  javaType="io.vertx.core.net.SocketAddress")
        public static final String REMOTE_ADDRESS
        See Also:
        Constant Field Values
      • EVENT

        @Metadata(label="consumer",
                  description="The WebSocket event that triggered the message exchange.",
                  javaType="org.apache.camel.component.vertx.websocket.VertxWebsocketEvent")
        public static final String EVENT
        See Also:
        Constant Field Values