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

io.sphere.sdk.client.SphereRequestExecutor Maven / Gradle / Ivy

There is a newer version: 1.0.0-M3
Show newest version
package io.sphere.sdk.client;

import com.google.common.util.concurrent.ListenableFuture;
import io.sphere.sdk.requests.ClientRequest;

public interface SphereRequestExecutor extends AutoCloseable {
     ListenableFuture execute(final ClientRequest clientRequest);

    void close();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy