Class AdminVerticle

  • All Implemented Interfaces:
    io.vertx.core.Deployable , io.vertx.core.Verticle , kotlinx.coroutines.CoroutineScope

    
    public class AdminVerticle
    extends WebVerticle
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      AdminVerticle()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      KLogger getLogger()
      String getBasePath()
      String getRootPath()
      final <T extends Any> RequestLogger logger(String actionType, Function1<RoutingContext, Object> dataProvider, Function2<RoutingContext, T, Id<ApplicationDefinition>> applicationIdProvider)
      final RequestLogger simpleLogger(String actionType, Function1<RoutingContext, Object> dataProvider, Function2<RoutingContext, Object, Id<ApplicationDefinition>> applicationIdProvider)
      Unit configureServices()
      final Unit configureStaticHandling()
      Unit configure()
      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, getHealthcheckPath, getLivenesscheckPath, getLogoutPath, getOrganization, getReadinesscheckPath, getRouter, getUser, getUserLogin, healthcheck, isAuthorized, livenesscheck, path, pathId, pathToLocale, queryId, readBytes, readJson, readJson, readString, readinesscheck, success, successEmpty
      • Methods inherited from class io.vertx.kotlin.coroutines.CoroutineVerticle

        deploy, getCoroutineContext, getVertx, getVertx, init, start, stop, undeploy
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait