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

com.alibaba.csp.ahas.sentinel.AhasGlobalContext Maven / Gradle / Ivy

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

import com.taobao.csp.ahas.service.api.client.ClientInfoService;

/**
 * @author Daniel Tsai
 */
public class AhasGlobalContext {

    private static ClientInfoService clientInfoService;

    public static ClientInfoService getClientInfoService() {
        return clientInfoService;
    }

    public static void setClientInfoService(ClientInfoService clientInfoService) {
        AhasGlobalContext.clientInfoService = clientInfoService;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy