Class StatisticController


  • public final class StatisticController
    extends AbstractController
    Controller for requesting the statistic from KNX client
    • Constructor Detail

      • StatisticController

        public StatisticController​(KnxClient knxClient)
    • Method Detail

      • getStatistic

        @GET("/statistic")
        @Consumes("application/json")
        @Produces("application/json")
        public KnxStatistic getStatistic()
        Endpoint for status request to return the current statistic of KNX client
        Returns:
        a new instance of KnxStatistic