Package io.quarkus.websockets.next
Interface WebSocketConnection.BroadcastSender
- All Superinterfaces:
BlockingSender,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.BlockingSender
sendBinaryAndAwait, sendBinaryAndAwait, sendPingAndAwait, sendPongAndAwait, sendTextAndAwait, sendTextAndAwaitMethods inherited from interface io.quarkus.websockets.next.Sender
sendBinary, sendBinary, sendPing, sendPong, sendText, sendText
-
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
-