Uses of Interface
io.vertx.up.uca.sectio.After

Packages that use After
Package
Description
 
  • Uses of After in io.vertx.up.uca.sectio

    Subinterfaces of After in io.vertx.up.uca.sectio
    Modifier and Type
    Interface
    Description
    interface 
    Validation 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 After
    Modifier and Type
    Method
    Description
    <T> Function<T,io.vertx.core.Future<T>>
    Aspect.wrapAop(Before before, Function<T,io.vertx.core.Future<T>> executor, After after)
     
    <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)