Uses of Interface
io.quarkus.websockets.next.WebSocketConnection.BroadcastSender
Packages that use WebSocketConnection.BroadcastSender
-
Uses of WebSocketConnection.BroadcastSender in io.quarkus.websockets.next
Methods in io.quarkus.websockets.next that return WebSocketConnection.BroadcastSenderModifier and TypeMethodDescriptionWebSocketConnection.broadcast()Sends messages to all open clients connected to the same WebSocket endpoint.WebSocketConnection.BroadcastSender.filter(Predicate<WebSocketConnection> predicate) -
Uses of WebSocketConnection.BroadcastSender in io.quarkus.websockets.next.runtime
Methods in io.quarkus.websockets.next.runtime that return WebSocketConnection.BroadcastSender