Class RunOnVertxContextTestMethodInvoker.RunTestMethodOnVertxEventLoopContextHandler

java.lang.Object
io.quarkus.test.vertx.RunOnVertxContextTestMethodInvoker.RunTestMethodOnVertxEventLoopContextHandler
All Implemented Interfaces:
io.vertx.core.Handler<Void>
Enclosing class:
RunOnVertxContextTestMethodInvoker

public static class RunOnVertxContextTestMethodInvoker.RunTestMethodOnVertxEventLoopContextHandler extends Object implements io.vertx.core.Handler<Void>
  • Constructor Details

  • Method Details

    • handle

      public void handle(Void event)
      Specified by:
      handle in interface io.vertx.core.Handler<Void>