Package io.zeko.restapi.core
Class RouteSchema
-
- All Implemented Interfaces:
public abstract class RouteSchema
-
-
Field Summary
Fields Modifier and Type Field Description private final Vertxvertx
-
Constructor Summary
Constructors Constructor Description RouteSchema(Vertx vertx)
-
Method Summary
Modifier and Type Method Description final VertxgetVertx()UnithandleRoutes(Router router, Logger logger, Function2<Route, SuspendFunction2<RoutingContext, CoroutineContext, Unit>, Unit> koto)-
-
Method Detail
-
getVertx
final Vertx getVertx()
-
handleRoutes
Unit handleRoutes(Router router, Logger logger, Function2<Route, SuspendFunction2<RoutingContext, CoroutineContext, Unit>, Unit> koto)
-
-
-
-