| Package | Description |
|---|---|
| io.gs2.script | |
| io.gs2.script.result |
| Modifier and Type | Method and Description |
|---|---|
InvokeScriptResult |
Gs2ScriptRestClient.invokeScript(InvokeScriptRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
Gs2ScriptRestClient.invokeScriptAsync(InvokeScriptRequest request,
AsyncAction<AsyncResult<InvokeScriptResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
static InvokeScriptResult |
InvokeScriptResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
InvokeScriptResult |
InvokeScriptResult.withCharged(Integer charged) |
InvokeScriptResult |
InvokeScriptResult.withCode(Integer code) |
InvokeScriptResult |
InvokeScriptResult.withExecuteTime(Integer executeTime) |
InvokeScriptResult |
InvokeScriptResult.withOutput(List<String> output) |
InvokeScriptResult |
InvokeScriptResult.withResult(String result) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.