| Package | Description |
|---|---|
| com.stackify.api.common | |
| com.stackify.api.common.http | |
| com.stackify.api.common.log |
| Modifier and Type | Method and Description |
|---|---|
static ApiConfiguration |
ApiConfigurations.fromProperties() |
static ApiConfiguration |
ApiConfigurations.fromPropertiesWithOverrides(String apiUrl,
String apiKey,
String application,
String environment)
Explicitly configure the API
|
static ApiConfiguration |
ApiConfigurations.fromPropertiesWithOverrides(String apiUrl,
String apiKey,
String application,
String environment,
String transport,
String allowComDotStackify)
Explicitly configure the API
|
| Constructor and Description |
|---|
AppIdentityService(ApiConfiguration apiConfig,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Constructor
|
AppIdentityService(ApiConfiguration apiConfig,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
boolean deviceAppIdRequired)
Constructor
|
| Constructor and Description |
|---|
HttpClient(ApiConfiguration apiConfig)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogAppender.activate(ApiConfiguration apiConfig)
Activates the appender
|
protected LogTransport |
LogAppender.getLogTransport(@NonNull ApiConfiguration apiConfig) |
| Constructor and Description |
|---|
LogTransportAgentSocket(@NonNull ApiConfiguration apiConfig,
Masker masker,
boolean skipJson) |
LogTransportDirect(@NonNull ApiConfiguration apiConfig,
@NonNull com.fasterxml.jackson.databind.ObjectMapper objectMapper,
Masker masker,
boolean skipJson)
Default constructor
|
Copyright © 2022 Stackify, LLC. All rights reserved.