Uses of Class
io.gs2.lock.request.GetMutexRequest
Packages that use GetMutexRequest
-
Uses of GetMutexRequest in io.gs2.lock
Methods in io.gs2.lock with parameters of type GetMutexRequestModifier and TypeMethodDescriptionGs2LockRestClient.getMutex(GetMutexRequest request) voidGs2LockRestClient.getMutexAsync(GetMutexRequest request, AsyncAction<AsyncResult<GetMutexResult>> callback) -
Uses of GetMutexRequest in io.gs2.lock.request
Methods in io.gs2.lock.request that return GetMutexRequestModifier and TypeMethodDescriptionstatic GetMutexRequestGetMutexRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetMutexRequest.withAccessToken(String accessToken) GetMutexRequest.withNamespaceName(String namespaceName) GetMutexRequest.withPropertyId(String propertyId)