All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.heroku.api.connection.AsyncConnection Maven / Gradle / Ivy

package com.heroku.api.connection;

import com.heroku.api.request.Request;

public interface AsyncConnection extends Connection {

     F executeAsync(Request request);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy