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

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