public interface Request<E>
| Modifier and Type | Method | Description |
|---|---|---|
E |
dispatch() |
|
E |
dispatch(int maxRetry,
Sleeper sleeper) |
|
void |
dispatch(GoPayCallback<E> callback) |
Executes the request, processing asynchronously and calling the corresponding callback (response/failure)
|
void dispatch(GoPayCallback<E> callback)
E dispatch() throws IOException, GoPayException, TooManyRequestsException
E dispatch(int maxRetry, Sleeper sleeper) throws IOException, GoPayException, TooManyRequestsException, InterruptedException
Copyright © 2018 The Apache Software Foundation. All rights reserved.