public class CompatSphereClient
extends io.vrap.rmf.base.client.AutoCloseableService
implements io.sphere.sdk.client.SphereClient
| Modifier and Type | Method and Description |
|---|---|
<T> CompletionStage<T> |
execute(io.sphere.sdk.client.SphereRequest<T> sphereRequest) |
io.sphere.sdk.client.SphereApiConfig |
getConfig() |
static CompatSphereClient |
of(io.sphere.sdk.client.SphereClientConfig clientConfig) |
public static CompatSphereClient of(io.sphere.sdk.client.SphereClientConfig clientConfig)
public <T> CompletionStage<T> execute(io.sphere.sdk.client.SphereRequest<T> sphereRequest)
execute in interface io.sphere.sdk.client.SphereClientpublic io.sphere.sdk.client.SphereApiConfig getConfig()
getConfig in interface io.sphere.sdk.client.SphereClient