-
- All Implemented Interfaces:
-
io.vertx.core.Verticle
public final class DucklingVerticle extends WebVerticle
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDucklingVerticle.ParseRequestpublic final classDucklingVerticle.KeywordSerializer
-
Field Summary
Fields Modifier and Type Field Description private final KLoggerloggerprivate final StringauthenticatePathprivate final StringbasePathprivate final Contextcontextprivate final StringhealthcheckPathprivate final StringlivenesscheckPathprivate final StringlogoutPathprivate final StringreadinesscheckPathprivate final Routerrouterprivate final Vertxvertxprivate final Stringorganizationprivate final TockUseruserprivate final StringuserLogin
-
Constructor Summary
Constructors Constructor Description DucklingVerticle()
-
Method Summary
Modifier and Type Method Description Unitconfigure()Function1<RoutingContext, Unit>defaultHealthcheck()Function1<RoutingContext, Unit>detailedHealthcheck()KLoggergetLogger()StringgetAuthenticatePath()StringgetBasePath()StringgetHealthcheckPath()StringgetLivenesscheckPath()StringgetLogoutPath()StringgetReadinesscheckPath()final RoutergetRouter()final StringgetOrganization(RoutingContext $self)final TockUsergetUser(RoutingContext $self)final StringgetUserLogin(RoutingContext $self)-
Methods inherited from class ai.tock.duckling.service.DucklingVerticle
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
-
-
Method Detail
-
defaultHealthcheck
Function1<RoutingContext, Unit> defaultHealthcheck()
-
detailedHealthcheck
Function1<RoutingContext, Unit> detailedHealthcheck()
-
getLogger
KLogger getLogger()
-
getAuthenticatePath
String getAuthenticatePath()
-
getBasePath
String getBasePath()
-
getHealthcheckPath
String getHealthcheckPath()
-
getLivenesscheckPath
String getLivenesscheckPath()
-
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)
-
-
-
-