public interface WebSocketSubprotocolHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleCancel()
Called when the subscription is cancelled on the client side (by the user).
|
void |
handleWebSocketStart(javax.json.JsonObject request,
io.smallrye.mutiny.subscription.MultiEmitter<? super String> dataEmitter,
io.vertx.core.http.WebSocket webSocket)
Called after the websocket channel is successfully initialized.
|
void handleWebSocketStart(javax.json.JsonObject request,
io.smallrye.mutiny.subscription.MultiEmitter<? super String> dataEmitter,
io.vertx.core.http.WebSocket webSocket)
void handleCancel()
Copyright © 2018–2022. All rights reserved.