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