Package | Description |
---|---|
io.vertx.core.shareddata |
== Using Shared Data with Vert.x
Shared data contains functionality that allows you to safely share data between different parts of your application,
or different applications in the same Vert.x instance or across a cluster of Vert.x instances.
|
Modifier and Type | Method and Description |
---|---|
<K,V> LocalMap<K,V> |
SharedData.getLocalMap(String name)
Return a
LocalMap with the specific name . |
Copyright © 2016. All rights reserved.