public class ZekoVerticle
public void koto(@NotNull
io.vertx.ext.web.Route $this$koto,
@NotNull
kotlin.jvm.functions.Function2<? super io.vertx.ext.web.RoutingContext,? super kotlin.coroutines.Continuation<? super kotlin.Unit>,? extends java.lang.Object> fn)
public void koto(@NotNull
io.vertx.ext.web.Route route,
@NotNull
kotlin.jvm.functions.Function3<? super io.vertx.ext.web.RoutingContext,? super kotlin.coroutines.CoroutineContext,? super kotlin.coroutines.Continuation<? super kotlin.Unit>,? extends java.lang.Object> fn)
@Nullable
public java.lang.Object startCronJobs(@NotNull
CronSchema schema,
@NotNull
CronRunner runner,
@NotNull
kotlin.coroutines.Continuation<? super kotlin.Unit> p)
@Nullable
public java.lang.Object startCronJobs(@NotNull
CronSchema schema,
@NotNull
io.vertx.core.logging.Logger logger,
@NotNull
kotlin.coroutines.Continuation<? super kotlin.Unit> p)
@Nullable
public java.lang.Object startCronJobs(@NotNull
java.lang.String schemaClass,
@NotNull
io.vertx.core.logging.Logger logger,
@NotNull
kotlin.coroutines.Continuation<? super kotlin.Unit> p)
@Nullable
public java.lang.Object startCronJobs(@NotNull
java.lang.String schemaClass,
@NotNull
CronRunner runner,
@NotNull
io.vertx.core.logging.Logger logger,
@NotNull
kotlin.coroutines.Continuation<? super kotlin.Unit> p)
public void bindRoutes(@NotNull
RouteSchema schema,
@NotNull
io.vertx.ext.web.Router router,
@NotNull
io.vertx.core.logging.Logger logger)
public void bindRoutes(@NotNull
java.lang.String schemaClass,
@NotNull
io.vertx.ext.web.Router router,
@NotNull
io.vertx.core.logging.Logger logger)
public void handleRuntimeError(@NotNull
io.vertx.ext.web.Router router,
@NotNull
io.vertx.core.logging.Logger logger,
@NotNull
java.lang.String errorMessage,
@NotNull
java.lang.String errorLogPrefix)