Interface WebSocketClientConnection

All Superinterfaces:
Connection, Sender
All Known Implementing Classes:
WebSocketClientConnectionImpl

public interface WebSocketClientConnection extends Connection
This interface represents a client connection to a WebSocket endpoint.

Quarkus provides a CDI bean that implements this interface and can be injected in a WebSocketClient endpoint and used to interact with the connected server.

  • Method Details