Skip to content

Commit

Permalink
Removing the effective config setter from OpampClient
Browse files Browse the repository at this point in the history
  • Loading branch information
LikeTheSalad committed Oct 7, 2024
1 parent 14b6d41 commit d0a61c4
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,6 @@ public interface OpampClient {
*/
void setRemoteConfigStatus(Opamp.RemoteConfigStatus remoteConfigStatus);

/**
* Sets the current effective config which will be sent in the next agent to server request.
*
* @param effectiveConfig The new effective config.
*/
void setEffectiveConfig(Opamp.EffectiveConfig effectiveConfig);

interface Callbacks {
/**
* Called when the connection is successfully established to the Server. May be called after
Expand Down

0 comments on commit d0a61c4

Please sign in to comment.