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 a6bf6e0 commit b392923Copy full SHA for b392923
opamp-client/src/main/java/io/opentelemetry/opamp/client/internal/connectivity/websocket/WebSocket.java
@@ -30,7 +30,7 @@ public interface WebSocket {
30
* Sends a message via the websocket connection.
31
*
32
* @param request The message payload.
33
- * @return {@link Boolean#FALSE} If the message can't get dispatched for any reason, whether the
+ * @return {@link Boolean#FALSE} If the message can't be dispatched for any reason, whether the
34
* websocket isn't running, or the connection isn't established, or it's terminated. {@link
35
* Boolean#TRUE} if the message can get sent. Returning {@link Boolean#TRUE} doesn't guarantee
36
* that the message will arrive at the remote peer.
0 commit comments