Skip to content

Commit 0e2cb81

Browse files
committed
Removing the effective config setter from OpampClient
1 parent 02de339 commit 0e2cb81

File tree

1 file changed

+0
-7
lines changed
  • opamp-client/src/main/java/io/opentelemetry/opamp/client/internal

1 file changed

+0
-7
lines changed

opamp-client/src/main/java/io/opentelemetry/opamp/client/internal/OpampClient.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,6 @@ public interface OpampClient {
5151
*/
5252
void setRemoteConfigStatus(Opamp.RemoteConfigStatus remoteConfigStatus);
5353

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-
6154
interface Callbacks {
6255
/**
6356
* Called when the connection is successfully established to the Server. May be called after

0 commit comments

Comments
 (0)