Uses of Interface
io.vertx.core.shareddata.Shareable
-
Packages that use Shareable Package Description io.vertx.core.buffer io.vertx.core.json io.vertx.core.shareddata -
-
Uses of Shareable in io.vertx.core.buffer
Subinterfaces of Shareable in io.vertx.core.buffer Modifier and Type Interface Description interfaceBufferMost data is shuffled around inside Vert.x using buffers. -
Uses of Shareable in io.vertx.core.json
Classes in io.vertx.core.json that implement Shareable Modifier and Type Class Description classJsonArrayA representation of a JSON array in Java.classJsonObjectA representation of a JSON object in Java. -
Uses of Shareable in io.vertx.core.shareddata
Methods in io.vertx.core.shareddata that return Shareable Modifier and Type Method Description default ShareableShareable. copy()Returns a copy of the object.
-