Uses of Class
io.vertx.mutiny.core.shareddata.Lock
Packages that use Lock
-
Uses of Lock in io.vertx.mutiny.core.shareddata
Fields in io.vertx.mutiny.core.shareddata with type parameters of type LockMethods in io.vertx.mutiny.core.shareddata that return LockModifier and TypeMethodDescriptionSharedData.getLocalLockAndAwait(String name) Get an asynchronous local lock with the specified name.SharedData.getLocalLockWithTimeoutAndAwait(String name, long timeout) LikeSharedData.getLocalLock(String)but specifying a timeout.SharedData.getLockAndAwait(String name) Get an asynchronous lock with the specified name.SharedData.getLockWithTimeoutAndAwait(String name, long timeout) LikeSharedData.getLock(String)but specifying a timeout.static LockLock.newInstance(io.vertx.core.shareddata.Lock delegate) Creates a new instance of theLock.Methods in io.vertx.mutiny.core.shareddata that return types with arguments of type LockModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Lock>SharedData.getLocalLock(String name) Get an asynchronous local lock with the specified name.io.smallrye.mutiny.Uni<Lock>SharedData.getLocalLockWithTimeout(String name, long timeout) LikeSharedData.getLocalLock(String)but specifying a timeout.io.smallrye.mutiny.Uni<Lock>Get an asynchronous lock with the specified name.io.smallrye.mutiny.Uni<Lock>SharedData.getLockWithTimeout(String name, long timeout) LikeSharedData.getLock(String)but specifying a timeout.