Interface SysProvider<T>
- 
- Type Parameters:
- T- type of API supported
 - All Known Implementing Classes:
- HcpSysProvider
 
 public interface SysProvider<T>Java Service Loader service to add support for sys APIs.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description TcreateSys(Config config, RestApi restAccess)Create a new instance of Sys.SysApi<T>supportedApi()Supported API by this provider.
 
-