Uses of Interface
io.vertx.ext.unit.Async
-
Packages that use Async Package Description io.vertx.ext.unit io.vertx.reactivex.ext.unit io.vertx.rxjava3.ext.unit -
-
Uses of Async in io.vertx.ext.unit
Methods in io.vertx.ext.unit that return Async Modifier and Type Method Description Async
TestContext. async()
Create and returns a new async object, the returned async controls the completion of the test.Async
TestContext. async(int count)
Create and returns a new async object, the returned async controls the completion of the test.Async
TestContext. strictAsync(int count)
Create and returns a new async object, the returned async controls the completion of the test. -
Uses of Async in io.vertx.reactivex.ext.unit
Methods in io.vertx.reactivex.ext.unit that return Async Modifier and Type Method Description Async
Async. getDelegate()
Methods in io.vertx.reactivex.ext.unit with parameters of type Async Modifier and Type Method Description static Async
Async. newInstance(Async arg)
Constructors in io.vertx.reactivex.ext.unit with parameters of type Async Constructor Description Async(Async delegate)
-
Uses of Async in io.vertx.rxjava3.ext.unit
Methods in io.vertx.rxjava3.ext.unit that return Async Modifier and Type Method Description Async
Async. getDelegate()
Methods in io.vertx.rxjava3.ext.unit with parameters of type Async Modifier and Type Method Description static Async
Async. newInstance(Async arg)
Constructors in io.vertx.rxjava3.ext.unit with parameters of type Async Constructor Description Async(Async delegate)
-