Class DataplaneProxy

All Implemented Interfaces:
com.yahoo.cloud.config.DataplaneProxyConfig.Producer, com.yahoo.config.ConfigInstance.Producer, ConfigProducer, Serializable, Comparable<Component<?,?>>

public class DataplaneProxy extends SimpleComponent implements com.yahoo.cloud.config.DataplaneProxyConfig.Producer
See Also:
  • Constructor Details

    • DataplaneProxy

      public DataplaneProxy(int mtlsPort, int tokenPort, String serverCertificate, String serverKey, Set<String> tokenEndpoints)
  • Method Details

    • getConfig

      public void getConfig(com.yahoo.cloud.config.DataplaneProxyConfig.Builder builder)
      Specified by:
      getConfig in interface com.yahoo.cloud.config.DataplaneProxyConfig.Producer