81828384858687888990
vertx.runOnContext((aVoid) -> { if (obj == null) { throw new RuntimeException(); } MyObject obj2 = new MyObject(); obj2.setName("async response"); response.resume(obj2); }); }