All Downloads are FREE. Search and download functionalities are using the official Maven repository.

datadog.trace.api.config.CwsConfig Maven / Gradle / Ivy

There is a newer version: 1.42.2
Show newest version
package datadog.trace.api.config;

public final class CwsConfig {

  public static final String CWS_ENABLED = "cws.enabled";

  public static final String CWS_TLS_REFRESH = "cws.tls.refresh";

  private CwsConfig() {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy