Toggle navigation
Home
io.vertx.core.spi.cluster.AsyncMultiMap to java.util.concurrent.ConcurrentMap
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'vert.x'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Add or Remove Method invocation
resultHandler.handle(Future.succeededFuture(theMap))
to
resultHandler.handle(Future.succeededFuture(new FakeAsyncMultiMap<>(theMap)))