Uses of Class
io.quarkus.reactivemessaging.http.runtime.config.WebSocketStreamConfig
-
Packages that use WebSocketStreamConfig Package Description io.quarkus.reactivemessaging.http.runtime io.quarkus.reactivemessaging.http.runtime.config -
-
Uses of WebSocketStreamConfig in io.quarkus.reactivemessaging.http.runtime
Methods in io.quarkus.reactivemessaging.http.runtime that return types with arguments of type WebSocketStreamConfig Modifier and Type Method Description protected Collection<WebSocketStreamConfig>
ReactiveWebSocketHandlerBean. configs()
Methods in io.quarkus.reactivemessaging.http.runtime with parameters of type WebSocketStreamConfig Modifier and Type Method Description protected String
ReactiveWebSocketHandlerBean. description(WebSocketStreamConfig config)
protected String
ReactiveWebSocketHandlerBean. key(WebSocketStreamConfig config)
-
Uses of WebSocketStreamConfig in io.quarkus.reactivemessaging.http.runtime.config
Methods in io.quarkus.reactivemessaging.http.runtime.config that return types with arguments of type WebSocketStreamConfig Modifier and Type Method Description List<WebSocketStreamConfig>
ReactiveHttpConfig. getWebSocketConfigs()
static List<WebSocketStreamConfig>
ReactiveHttpConfig. readIncomingWebSocketConfigs()
Reads web socket config, can be used in the build time
-