-
- All Implemented Interfaces:
-
io.vertx.core.Verticle
public class BotAdminVerticle extends AdminVerticle
-
-
Field Summary
Fields Modifier and Type Field Description private final KLoggerloggerprivate final StringauthenticatePathprivate final StringbasePathprivate final StringhealthcheckPathprivate final StringlivenesscheckPathprivate final StringlogoutPathprivate final StringreadinesscheckPathprivate final Routerrouterprivate final Stringorganizationprivate final TockUseruserprivate final StringuserLogin
-
Constructor Summary
Constructors Constructor Description BotAdminVerticle()
-
Method Summary
Modifier and Type Method Description KLoggergetLogger()UnitconfigureServices()Unitconfigure()-
Methods inherited from class ai.tock.shared.vertx.WebVerticle
addAuth, blocking, blocking, blockingDelete, blockingDelete, blockingJsonGet, blockingJsonGet, blockingJsonPost, blockingJsonPost, blockingWithBodyJson, corsHandler, corsHandler, defaultErrorHandler, defaultRole, defaultRoles, endJson, endJson, endJson, firstQueryParam, getAuthenticatePath, getHealthcheckPath, getLivenesscheckPath, getLogoutPath, getOrganization, getReadinesscheckPath, getRouter, getUser, getUserLogin, healthcheck, isAuthorized, livenesscheck, path, pathId, pathToLocale, queryId, readBytes, readJson, readJson, readString, readinesscheck, start, stop, success -
Methods inherited from class ai.tock.nlp.admin.AdminVerticle
configureStaticHandling, defaultHealthcheck, detailedHealthcheck, getBasePath, logger, simpleLogger -
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
-
-
Method Detail
-
getLogger
KLogger getLogger()
-
configureServices
Unit configureServices()
-
-
-
-