| Package | Description |
|---|---|
| io.baltoro.client | |
| io.baltoro.ep |
| Modifier and Type | Method and Description |
|---|---|
static Future<?> |
Baltoro.callAsync(String path,
Class<?> returnType,
ParamInput input) |
static Future<?> |
Baltoro.callAsync(String appName,
String path,
Class<?> returnType,
ParamInput input) |
static <T> T |
Baltoro.callSync(String path,
Class<T> returnType,
ParamInput input) |
static <T> T |
Baltoro.callSync(String path,
ParamInput input) |
| Modifier and Type | Method and Description |
|---|---|
default ParamInput |
ParamInput.add(String name,
Object value) |
default ParamInput |
ParamInput.add(String name,
com.google.common.base.Optional<String> value) |
default ParamInput |
ParamInput.add(String name,
String value) |
ParamInput |
ParamInput.get(ParamInput input) |
| Modifier and Type | Method and Description |
|---|---|
ParamInput |
ParamInput.get(ParamInput input) |
Copyright © 2018. All rights reserved.