Class InfoWebService

java.lang.Object
ubic.gemma.rest.monitoring.InfoWebService

@Service @Path("/info") public class InfoWebService extends Object
Discrete process-info endpoint at /rest/v2/info. Wraps BuildInfo (already populated from the gemma-core manifest by the git-commit-id-maven-plugin) plus JVM/OS/uptime details. Anonymous; matches the /rest/v2/** security default.
Author:
Phase 3 actuator wiring
  • Constructor Details

    • InfoWebService

      @Autowired public InfoWebService(BuildInfo buildInfo)
  • Method Details