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

com.aliyun.kms.secretsmanager.plugin.ons.ProxyOnsConsumerBuilder Maven / Gradle / Ivy

package com.aliyun.kms.secretsmanager.plugin.ons;

import com.aliyun.openservices.ons.api.Consumer;
import com.aliyuncs.kms.secretsmanager.client.exception.CacheSecretException;

import java.util.Properties;

public class ProxyOnsConsumerBuilder {

    public Consumer build(Properties properties, String secretName) {
        try {
            return SecretsManagerOnsPluginManager.createOnsConsumer(properties, secretName);
        } catch (CacheSecretException e) {
            throw new RuntimeException(e);
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy