-
- All Implemented Interfaces:
-
io.vertx.core.Verticle
public final class OnDemandHealthCheckVerticle extends WebVerticle
-
-
Field Summary
Fields Modifier and Type Field Description private final StringauthenticatePathprivate final StringbasePathprivate final StringhealthcheckPathprivate final StringlivenesscheckPathprivate final KLoggerloggerprivate final StringlogoutPathprivate final StringreadinesscheckPathprivate final StringrootPathprivate final Routerrouterprivate final Stringorganizationprivate final TockUseruserprivate final StringuserLogin
-
Constructor Summary
Constructors Constructor Description OnDemandHealthCheckVerticle(List<WorkerOnDemandVerticle> workerOnDemandVerticles)
-
Method Summary
Modifier and Type Method Description Unitconfigure()Function1<RoutingContext, Unit>defaultHealthcheck()Function1<RoutingContext, Unit>detailedHealthcheck()-
Methods inherited from class ai.tock.shared.vertx.WebVerticle
addAuth, blocking, blocking, blockingDelete, blockingDelete, blockingDeleteEmptyResponse, blockingJsonDelete, blockingJsonGet, blockingJsonGet, blockingJsonPost, blockingJsonPost, blockingJsonPut, blockingWithBodyJson, corsHandler, corsHandler, defaultErrorHandler, defaultRole, defaultRoles, endJson, endJson, firstQueryParam, getAuthenticatePath, getBasePath, getHealthcheckPath, getLivenesscheckPath, getLogger, getLogoutPath, getOrganization, getReadinesscheckPath, getRootPath, getRouter, getUser, getUserLogin, healthcheck, isAuthorized, livenesscheck, path, pathId, pathToLocale, queryId, readBytes, readJson, readJson, readString, readinesscheck, start, stop, success, successEmpty -
Methods inherited from class io.vertx.core.AbstractVerticle
config, deploymentID, getVertx, init, processArgs, start, stop -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
OnDemandHealthCheckVerticle
OnDemandHealthCheckVerticle(List<WorkerOnDemandVerticle> workerOnDemandVerticles)
-
-
Method Detail
-
defaultHealthcheck
Function1<RoutingContext, Unit> defaultHealthcheck()
-
detailedHealthcheck
Function1<RoutingContext, Unit> detailedHealthcheck()
-
-
-
-