Interface OpenClientConnections

All Superinterfaces:
Iterable<WebSocketClientConnection>
All Known Implementing Classes:
ClientConnectionManager

@Experimental("This API is experimental and may change in the future") public interface OpenClientConnections extends Iterable<WebSocketClientConnection>
Provides convenient access to all open client connections.

Quarkus provides a built-in CDI bean with the Singleton scope that implements this interface.