Class ApiApplication.HeartbeatController
- java.lang.Object
-
- ro.pippo.controller.Controller
-
- li.pitschmann.knx.core.plugin.api.ApiApplication.HeartbeatController
-
- Enclosing class:
- ApiApplication
public static final class ApiApplication.HeartbeatController extends ro.pippo.controller.ControllerHeartbeat ControllerThis one can be used by external application to see if this plugin and web server are available
-
-
Constructor Summary
Constructors Constructor Description HeartbeatController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringhealthCheck()Returns the healthCheck
-
-
-
Method Detail
-
healthCheck
@GET("/api/ping") @Produces("text/plain") public String healthCheck()Returns the healthCheck- Returns:
- empty body
-
-