Uses of Class
io.quarkus.reactivemessaging.http.runtime.config.WebSocketStreamConfig
Packages that use WebSocketStreamConfig
Package
Description
-
Uses of WebSocketStreamConfig in io.quarkus.reactivemessaging.http.runtime
Methods in io.quarkus.reactivemessaging.http.runtime that return types with arguments of type WebSocketStreamConfigModifier and TypeMethodDescriptionprotected Collection<WebSocketStreamConfig>ReactiveWebSocketHandlerBean.configs()Methods in io.quarkus.reactivemessaging.http.runtime with parameters of type WebSocketStreamConfigModifier and TypeMethodDescriptionprotected StringReactiveWebSocketHandlerBean.description(WebSocketStreamConfig config) protected StringReactiveWebSocketHandlerBean.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 WebSocketStreamConfigModifier and TypeMethodDescriptionReactiveHttpConfig.getWebSocketConfigs()static List<WebSocketStreamConfig>ReactiveHttpConfig.readIncomingWebSocketConfigs()Reads web socket config, can be used in the build time