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 79252eb commit 02de339Copy full SHA for 02de339
opamp-client/src/main/java/io/opentelemetry/opamp/client/internal/OpampClient.java
@@ -38,7 +38,7 @@ public interface OpampClient {
38
* the Server. When called after {@link #start(Callbacks)}, the attributes will be included in the
39
* next outgoing status report. This is typically used by Agents which allow their
40
* AgentDescription to change dynamically while the OpAMPClient is started. May be also called
41
- * from OnMessage handler.
+ * from {@link Callbacks#onMessage(OpampClient, MessageData)}.
42
*
43
* @param agentDescription The new agent description.
44
*/
0 commit comments