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

com.alibaba.csp.ahas.switchcenter.AhasSwitchInitFunc Maven / Gradle / Ivy

There is a newer version: 1.2.2
Show newest version
package com.alibaba.csp.ahas.switchcenter;

import com.taobao.csp.switchcenter.init.InitFunc;
import com.taobao.csp.switchcenter.init.InitOrder;

/**
 * AHAS switch init function.
 *
 * @author Eric Zhao
 */
@InitOrder(100)
public class AhasSwitchInitFunc implements InitFunc {

	private AhasSwitchSdkService sdkService = AhasSwitchSdkService.getInstance();

	@Override
	public void init() throws Exception {
		sdkService.init();
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy