|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
F - the type of 'Future' that this connection will returnpublic interface AsyncConnection<F>
Asynchronous version of Connection
| Method Summary | ||
|---|---|---|
|
executeAsync(Request<T> request,
String apiKey)
Asynchronously execute the given request with, using a different apiKey than the one associated with this connection |
|
| Methods inherited from interface com.heroku.api.connection.Connection |
|---|
close, execute |
| Method Detail |
|---|
<T> F executeAsync(Request<T> request,
String apiKey)
T - The Type of the Response when parsed by the request, returned by the Futurerequest - The request to execute
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||