Class IdA1HandlerHealth
java.lang.Object
com.io7m.idstore.server.http.IdHTTPHandlerFunctional
com.io7m.idstore.server.admin_v1.IdA1HandlerHealth
- All Implemented Interfaces:
io.helidon.webserver.http.Handler, io.helidon.webserver.ServerLifecycle
The v1 health servlet.
-
Constructor Summary
ConstructorsConstructorDescriptionIdA1HandlerHealth(com.io7m.repetoir.core.RPServiceDirectoryType services) The v1 health servlet. -
Method Summary
Methods inherited from class IdHTTPHandlerFunctional
handleMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.helidon.webserver.ServerLifecycle
afterStart, afterStop, beforeStart
-
Constructor Details
-
IdA1HandlerHealth
public IdA1HandlerHealth(com.io7m.repetoir.core.RPServiceDirectoryType services) The v1 health servlet.- Parameters:
services- The services
-