Package io.apicurio.multitenant.api
Class SystemResourceImpl
- java.lang.Object
-
- io.apicurio.multitenant.api.SystemResourceImpl
-
- All Implemented Interfaces:
SystemResource
@ApplicationScoped public class SystemResourceImpl extends Object implements SystemResource
- Author:
- eric.wittmann@gmail.com
-
-
Constructor Summary
Constructors Constructor Description SystemResourceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SystemInfo
getSystemInfo()
-
-
-
Method Detail
-
getSystemInfo
public SystemInfo getSystemInfo()
- Specified by:
getSystemInfo
in interfaceSystemResource
- See Also:
SystemResource.getSystemInfo()
-
-