public class GatheringAccessTokenDomain extends Object
| Constructor and Description |
|---|
GatheringAccessTokenDomain(CacheDatabase cache,
JobQueueDomain jobQueueDomain,
StampSheetConfiguration stampSheetConfiguration,
Gs2RestSession session,
String namespaceName,
AccessToken accessToken,
String gatheringName) |
| Modifier and Type | Method and Description |
|---|---|
GatheringAccessTokenDomain |
cancelMatchmaking(CancelMatchmakingRequest request) |
static String |
createCacheKey(String gatheringName) |
static String |
createCacheParentKey(String namespaceName,
String userId,
String gatheringName,
String childType) |
String |
getGatheringName() |
String |
getNamespaceName() |
String |
getUserId() |
Gathering |
model() |
GatheringAccessTokenDomain |
update(UpdateGatheringRequest request) |
public GatheringAccessTokenDomain(CacheDatabase cache, JobQueueDomain jobQueueDomain, StampSheetConfiguration stampSheetConfiguration, Gs2RestSession session, String namespaceName, AccessToken accessToken, String gatheringName)
public String getNamespaceName()
public String getUserId()
public String getGatheringName()
public GatheringAccessTokenDomain update(UpdateGatheringRequest request)
public GatheringAccessTokenDomain cancelMatchmaking(CancelMatchmakingRequest request)
public static String createCacheParentKey(String namespaceName, String userId, String gatheringName, String childType)
public Gathering model()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.