public interface RESTClientCallback<R>
Modifier and Type | Method and Description |
---|---|
R |
handle(Map<String,Object> params,
wslite.rest.RESTClient client) |
@Nullable R handle(@Nonnull Map<String,Object> params, @Nonnull wslite.rest.RESTClient client) throws RESTException
RESTException