Package | Description |
---|---|
io.sphere.sdk.client |
Provides types to connect to the API via HTTPS.
|
Modifier and Type | Method and Description |
---|---|
CorrelationIdGenerator |
SphereClientConfig.getCorrelationIdGenerator() |
CorrelationIdGenerator |
SphereCorrelationIdConfig.getCorrelationIdGenerator() |
static CorrelationIdGenerator |
CorrelationIdGenerator.of(String projectKey)
Creates a new default correlation id generator for the given project key.
|
Modifier and Type | Method and Description |
---|---|
SphereClientConfigBuilder |
SphereClientConfigBuilder.correlationIdGenerator(CorrelationIdGenerator correlationIdGenerator) |
static SphereApiConfig |
SphereApiConfig.of(String projectKey,
String apiUrl,
CorrelationIdGenerator correlationIdGenerator) |
static SphereClientConfig |
SphereClientConfig.of(String projectKey,
String clientId,
String clientSecret,
String authUrl,
String apiUrl,
CorrelationIdGenerator correlationIdGenerator) |