public interface SphereApiConfig extends SphereCorrelationIdConfig
Modifier and Type | Method and Description |
---|---|
String |
getApiUrl() |
String |
getProjectKey() |
static SphereApiConfig |
of(String projectKey) |
static SphereApiConfig |
of(String projectKey,
String apiUrl) |
static SphereApiConfig |
of(String projectKey,
String apiUrl,
CorrelationIdGenerator correlationIdGenerator) |
getCorrelationIdGenerator
String getApiUrl()
String getProjectKey()
static SphereApiConfig of(String projectKey)
static SphereApiConfig of(String projectKey, String apiUrl)
static SphereApiConfig of(String projectKey, String apiUrl, CorrelationIdGenerator correlationIdGenerator)