public abstract class BaseApplicationClient<T extends BaseClient> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected T |
baseClient |
protected org.slf4j.Logger |
log |
| Constructor and Description |
|---|
BaseApplicationClient() |
| Modifier and Type | Method and Description |
|---|---|
T |
getBaseClient() |
abstract void |
initSDKConfig() |
void |
setBaseClient(T baseClient) |
protected final org.slf4j.Logger log
protected T extends BaseClient baseClient
Copyright © 2022. All rights reserved.