Toggle navigation
Home
io.vertx.core.shareddata.Counter to java.util.concurrent.atomic.AtomicLong
No. of Instances - 3
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(theCounter))
to
resultHandler.handle(Future.succeededFuture(new AsynchronousCounter(vertx,theCounter)))