public class GatheringDomain extends Object
| Constructor and Description |
|---|
GatheringDomain(CacheDatabase cache,
JobQueueDomain jobQueueDomain,
StampSheetConfiguration stampSheetConfiguration,
Gs2RestSession session,
String namespaceName,
String userId,
String gatheringName) |
| Modifier and Type | Method and Description |
|---|---|
GatheringDomain |
cancelMatchmaking(CancelMatchmakingByUserIdRequest 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() |
GatheringDomain |
update(UpdateGatheringByUserIdRequest request) |
public GatheringDomain(CacheDatabase cache, JobQueueDomain jobQueueDomain, StampSheetConfiguration stampSheetConfiguration, Gs2RestSession session, String namespaceName, String userId, String gatheringName)
public String getNamespaceName()
public String getUserId()
public String getGatheringName()
public GatheringDomain update(UpdateGatheringByUserIdRequest request)
public GatheringDomain cancelMatchmaking(CancelMatchmakingByUserIdRequest 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.