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 02de339 commit 0e2cb81Copy full SHA for 0e2cb81
opamp-client/src/main/java/io/opentelemetry/opamp/client/internal/OpampClient.java
@@ -51,13 +51,6 @@ public interface OpampClient {
51
*/
52
void setRemoteConfigStatus(Opamp.RemoteConfigStatus remoteConfigStatus);
53
54
- /**
55
- * Sets the current effective config which will be sent in the next agent to server request.
56
- *
57
- * @param effectiveConfig The new effective config.
58
- */
59
- void setEffectiveConfig(Opamp.EffectiveConfig effectiveConfig);
60
-
61
interface Callbacks {
62
/**
63
* Called when the connection is successfully established to the Server. May be called after
0 commit comments