Interface OpenClientConnections

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

public interface OpenClientConnections extends Iterable<WebSocketClientConnection>
Provides convenient access to all open client connections.

Quarkus provides a CDI bean with bean type OpenClientConnections and qualifier Default.

  • Method Details