Interface IStatusServiceV2

  • All Known Implementing Classes:
    StatusServiceV2

    @Path("/graph/status")
    @Produces("application/json")
    public interface IStatusServiceV2
    An StatusService has methods to check the status of the system
    • Method Detail

      • status

        @GET
        javax.ws.rs.core.Response status()