We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd80847 commit ac84012Copy full SHA for ac84012
opamp-client/src/main/java/io/opentelemetry/opamp/client/internal/connectivity/websocket/WebSocket.java
@@ -40,8 +40,8 @@ public interface WebSocket {
40
interface Listener {
41
42
/**
43
- * Called when the websocket connection is successfully established with the remote peer and may
44
- * start sending messages.
+ * Called when the websocket connection is successfully established with the remote peer. The
+ * client may start sending messages after this method is called.
45
*/
46
void onOpen();
47
0 commit comments