| Package | Description |
|---|---|
| io.gs2.lock | |
| io.gs2.lock.domain.model | |
| io.gs2.lock.request |
| Modifier and Type | Method and Description |
|---|---|
LockResult |
Gs2LockRestClient.lock(LockRequest request) |
void |
Gs2LockRestClient.lockAsync(LockRequest request,
AsyncAction<AsyncResult<LockResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
MutexAccessTokenDomain |
MutexAccessTokenDomain.lock(LockRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static LockRequest |
LockRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
LockRequest |
LockRequest.withAccessToken(String accessToken) |
LockRequest |
LockRequest.withNamespaceName(String namespaceName) |
LockRequest |
LockRequest.withPropertyId(String propertyId) |
LockRequest |
LockRequest.withTransactionId(String transactionId) |
LockRequest |
LockRequest.withTtl(Long ttl) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.