Class HeartbeatController
- java.lang.Object
-
- li.pitschmann.knx.core.plugin.api.v1.controllers.AbstractController
-
- li.pitschmann.knx.core.plugin.api.v1.controllers.HeartbeatController
-
public class HeartbeatController extends AbstractController
Controller for heartbeat check if the API is accessible / responsive
-
-
Constructor Summary
Constructors Constructor Description HeartbeatController(li.pitschmann.knx.core.communication.KnxClient knxClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidping(io.javalin.http.Context ctx)The ping check, responds withOKonly-
Methods inherited from class li.pitschmann.knx.core.plugin.api.v1.controllers.AbstractController
getKnxClient, limitAndGetAsList
-
-