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

cloud.genesys.webmessaging.sdk.connector.ApiClientConnector Maven / Gradle / Ivy

package cloud.genesys.webmessaging.sdk.connector;

import java.io.IOException;
import java.util.concurrent.Future;

public interface ApiClientConnector extends AutoCloseable {
    ApiClientConnectorResponse invoke(ApiClientConnectorRequest request) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy