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

com.mypurecloud.sdk.v2.connector.ApiClientConnector Maven / Gradle / Ivy

There is a newer version: 14.3.0
Show newest version
package com.mypurecloud.sdk.v2.guest.connector;

import com.mypurecloud.sdk.v2.guest.AsyncApiCallback;

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

public interface ApiClientConnector extends AutoCloseable {
    ApiClientConnectorResponse invoke(ApiClientConnectorRequest request) throws IOException;
    Future invokeAsync(ApiClientConnectorRequest request, AsyncApiCallback callback);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy