Interface StatisticsApi


  • @Consumes("application/json")
    @Path("/")
    public interface StatisticsApi
    • Method Detail

      • overallLoad

        @Named("statistics:overall-load")
        @Path("/overallLoad/api/json")
        @GET
        OverallLoad overallLoad()