Package io.quarkus.websockets.next
Interface WebSocketConnection.BroadcastSender
- All Superinterfaces:
Sender
- Enclosing interface:
WebSocketConnection
Makes it possible to send messages to all clients connected to the same WebSocket endpoint.
- See Also:
-
Method Summary
Methods inherited from interface io.quarkus.websockets.next.Sender
sendBinary, sendBinary, sendBinaryAndAwait, sendBinaryAndAwait, sendPing, sendPingAndAwait, sendPong, sendPongAndAwait, sendText, sendText, sendTextAndAwait, sendTextAndAwait
-
Method Details
-
filter
- Parameters:
predicate-- Returns:
- a new sender that sends messages to all open clients connected to the same WebSocket endpoint and matching the given filter predicate
-