| Package | Description |
|---|---|
| io.gs2.exchange.model | |
| io.gs2.exchange.request |
| Modifier and Type | Method and Description |
|---|---|
static ScriptSetting |
ScriptSetting.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
ScriptSetting |
Namespace.getExchangeScript() |
ScriptSetting |
ScriptSetting.withDoneTriggerQueueNamespaceId(String doneTriggerQueueNamespaceId) |
ScriptSetting |
ScriptSetting.withDoneTriggerScriptId(String doneTriggerScriptId) |
ScriptSetting |
ScriptSetting.withDoneTriggerTargetType(String doneTriggerTargetType) |
ScriptSetting |
ScriptSetting.withTriggerScriptId(String triggerScriptId) |
| Modifier and Type | Method and Description |
|---|---|
void |
Namespace.setExchangeScript(ScriptSetting exchangeScript) |
Namespace |
Namespace.withExchangeScript(ScriptSetting exchangeScript) |
| Modifier and Type | Method and Description |
|---|---|
ScriptSetting |
CreateNamespaceRequest.getExchangeScript() |
ScriptSetting |
UpdateNamespaceRequest.getExchangeScript() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateNamespaceRequest.setExchangeScript(ScriptSetting exchangeScript) |
void |
UpdateNamespaceRequest.setExchangeScript(ScriptSetting exchangeScript) |
CreateNamespaceRequest |
CreateNamespaceRequest.withExchangeScript(ScriptSetting exchangeScript) |
UpdateNamespaceRequest |
UpdateNamespaceRequest.withExchangeScript(ScriptSetting exchangeScript) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.