Class VertxWebsocketConstants
- java.lang.Object
-
- org.apache.camel.component.vertx.websocket.VertxWebsocketConstants
-
public final class VertxWebsocketConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONNECTION_KEYstatic StringDEFAULT_VERTX_SERVER_HOSTstatic StringDEFAULT_VERTX_SERVER_PATHstatic intDEFAULT_VERTX_SERVER_PORTstatic StringREMOTE_ADDRESSstatic StringSEND_TO_ALL
-
-
-
Field Detail
-
DEFAULT_VERTX_SERVER_HOST
public static final String DEFAULT_VERTX_SERVER_HOST
- See Also:
- Constant Field Values
-
DEFAULT_VERTX_SERVER_PORT
public static final int DEFAULT_VERTX_SERVER_PORT
- See Also:
- Constant Field Values
-
DEFAULT_VERTX_SERVER_PATH
public static final String DEFAULT_VERTX_SERVER_PATH
- 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
-
-