Uses of Interface
io.vertx.up.uca.sectio.After
Packages that use After
-
Uses of After in io.vertx.up.uca.sectio
Subinterfaces of After in io.vertx.up.uca.sectioModifier and TypeInterfaceDescriptioninterfaceValidation for plug-in api, you can configure the validation component for api validation in zero-crud module instead of `codex` ( Development ) 1.Methods in io.vertx.up.uca.sectio with parameters of type AfterModifier and TypeMethodDescription<T> Function<T,io.vertx.core.Future<T>> <T> Function<T,io.vertx.core.Future<T>> Aspect.wrapAop(Before before, Function<T, io.vertx.core.Future<T>> executor, After after, io.vertx.core.json.JsonObject configuration) Function<io.vertx.core.json.JsonObject,io.vertx.core.Future<io.vertx.core.json.JsonObject>> Aspect.wrapAop(Function<io.vertx.core.json.JsonObject, io.vertx.core.Future<io.vertx.core.json.JsonObject>> executor, After after) Function<io.vertx.core.json.JsonObject,io.vertx.core.Future<io.vertx.core.json.JsonObject>> Aspect.wrapAop(Function<io.vertx.core.json.JsonObject, io.vertx.core.Future<io.vertx.core.json.JsonObject>> executor, After after, io.vertx.core.json.JsonObject configuration)