Interface IConfigContext
-
public interface IConfigContextConfig Context Interface- Author:
- Nacos
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetParameter(String key)Get context param by keyvoidsetParameter(String key, Object value)Set context param
-