com.heroku.api.connection
Interface AsyncConnection<F>

All Superinterfaces:
Connection

public interface AsyncConnection<F>
extends Connection


Method Summary
<T> F
executeAsync(Request<T> request)
           
 
Methods inherited from interface com.heroku.api.connection.Connection
close, execute, getApiKey
 

Method Detail

executeAsync

<T> F executeAsync(Request<T> request)


Copyright © 2012. All Rights Reserved.