-
- All Implemented Interfaces:
-
io.vertx.core.Verticle
public final class HealthCheckVerticle extends WebVerticle
-
-
Field Summary
Fields Modifier and Type Field Description private final StringauthenticatePathprivate final StringbasePathprivate final Contextcontextprivate final StringhealthcheckPathprivate final StringlivenesscheckPathprivate final KLoggerloggerprivate final StringlogoutPathprivate final StringreadinesscheckPathprivate final Routerrouterprivate final Vertxvertxprivate final Stringorganizationprivate final TockUseruserprivate final StringuserLogin
-
Constructor Summary
Constructors Constructor Description HealthCheckVerticle(BuildModelWorkerVerticle buildVerticle)
-
Method Summary
Modifier and Type Method Description Unitconfigure()Function1<RoutingContext, Unit>defaultHealthcheck()Function1<RoutingContext, Unit>detailedHealthcheck()StringgetAuthenticatePath()StringgetBasePath()StringgetHealthcheckPath()StringgetLivenesscheckPath()KLoggergetLogger()StringgetLogoutPath()StringgetReadinesscheckPath()final RoutergetRouter()final StringgetOrganization(RoutingContext $self)final TockUsergetUser(RoutingContext $self)final StringgetUserLogin(RoutingContext $self)-
Methods inherited from class ai.tock.nlp.build.HealthCheckVerticle
addAuth, blocking, blockingDelete, blockingJsonGet, blockingJsonPost, blockingWithBodyJson, corsHandler, defaultErrorHandler, defaultRole, endJson, endJson, endJson, firstQueryParam, healthcheck, isAuthorized, livenesscheck, path, pathId, pathToLocale, queryId, readBytes, readJson, readJson, readString, readinesscheck, start, stop, success -
Methods inherited from class ai.tock.shared.vertx.WebVerticle
config, deploymentID, getVertx, init, processArgs, start, start, stop -
Methods inherited from class io.vertx.core.Verticle
equals, hashCode, toString -
Methods inherited from class io.vertx.core.AbstractVerticle
stop -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
HealthCheckVerticle
HealthCheckVerticle(BuildModelWorkerVerticle buildVerticle)
-
-
Method Detail
-
defaultHealthcheck
Function1<RoutingContext, Unit> defaultHealthcheck()
-
detailedHealthcheck
Function1<RoutingContext, Unit> detailedHealthcheck()
-
getAuthenticatePath
String getAuthenticatePath()
-
getBasePath
String getBasePath()
-
getHealthcheckPath
String getHealthcheckPath()
-
getLivenesscheckPath
String getLivenesscheckPath()
-
getLogger
KLogger getLogger()
-
getLogoutPath
String getLogoutPath()
-
getReadinesscheckPath
String getReadinesscheckPath()
-
getRouter
final Router getRouter()
-
getOrganization
final String getOrganization(RoutingContext $self)
-
getUser
final TockUser getUser(RoutingContext $self)
-
getUserLogin
final String getUserLogin(RoutingContext $self)
-
-
-
-