Uses of Interface
io.vertx.core.shareddata.SharedData
-
Packages that use SharedData Package Description io.vertx.core io.vertx.reactivex.core.shareddata io.vertx.rxjava3.core.shareddata -
-
Uses of SharedData in io.vertx.core
Methods in io.vertx.core that return SharedData Modifier and Type Method Description SharedData
Vertx. sharedData()
Get the shared data object. -
Uses of SharedData in io.vertx.reactivex.core.shareddata
Methods in io.vertx.reactivex.core.shareddata that return SharedData Modifier and Type Method Description SharedData
SharedData. getDelegate()
Methods in io.vertx.reactivex.core.shareddata with parameters of type SharedData Modifier and Type Method Description static SharedData
SharedData. newInstance(SharedData arg)
Constructors in io.vertx.reactivex.core.shareddata with parameters of type SharedData Constructor Description SharedData(SharedData delegate)
-
Uses of SharedData in io.vertx.rxjava3.core.shareddata
Methods in io.vertx.rxjava3.core.shareddata that return SharedData Modifier and Type Method Description SharedData
SharedData. getDelegate()
Methods in io.vertx.rxjava3.core.shareddata with parameters of type SharedData Modifier and Type Method Description static SharedData
SharedData. newInstance(SharedData arg)
Constructors in io.vertx.rxjava3.core.shareddata with parameters of type SharedData Constructor Description SharedData(SharedData delegate)
-