| Package | Description |
|---|---|
| io.gs2.script | |
| io.gs2.script.domain.model | |
| io.gs2.script.request |
| Modifier and Type | Method and Description |
|---|---|
DebugInvokeResult |
Gs2ScriptRestClient.debugInvoke(DebugInvokeRequest request) |
void |
Gs2ScriptRestClient.debugInvokeAsync(DebugInvokeRequest request,
AsyncAction<AsyncResult<DebugInvokeResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
NamespaceDomain |
NamespaceDomain.debugInvoke(DebugInvokeRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static DebugInvokeRequest |
DebugInvokeRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
DebugInvokeRequest |
DebugInvokeRequest.withArgs(String args) |
DebugInvokeRequest |
DebugInvokeRequest.withScript(String script) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.