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

com.alibaba.csp.ahas.sentinel.acm.SentinelSdkInitService Maven / Gradle / Ivy

There is a newer version: 1.11.6
Show newest version
package com.alibaba.csp.ahas.sentinel.acm;

/**
 * @Author: yunyin
 * @Date: 2020/8/24
 */
public interface SentinelSdkInitService {
    void init(String sdkVersion) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy