Interface ClientContext
-
- All Known Implementing Classes:
CachingClientContext
public interface ClientContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclear()<T> Tget(String key)LicensegetLicense()LicensegetLicense(Function<String,Object> value)voidput(String key, Object o)<T> Tremove(String key)voidsetLicense(License license)
-