com.heroku.api.connection
Interface FutureConnection
- All Superinterfaces:
- AsyncConnection<Future<?>>, Connection
- All Known Implementing Classes:
- HttpClientConnection
public interface FutureConnection
- extends AsyncConnection<Future<?>>
| Methods inherited from interface com.heroku.api.connection.Connection |
close |
executeAsync
<T> Future<T> executeAsync(Request<T> request,
String apiKey)
- Specified by:
executeAsync in interface AsyncConnection<Future<?>>
execute
<T> T execute(Request<T> request,
String apiKey)
- Specified by:
execute in interface Connection
Copyright © 2012. All Rights Reserved.