io.sphere.sdk.client.SphereRequestExecutor Maven / Gradle / Ivy
The newest version!
package io.sphere.sdk.client;
import io.sphere.sdk.http.ClientRequest;
import java.util.concurrent.CompletableFuture;
public interface SphereRequestExecutor extends AutoCloseable {
CompletableFuture execute(final ClientRequest clientRequest);
void close();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy