| 接口 | 说明 |
|---|---|
| Configurable |
Config interface.
|
| ConfigurableInstance |
define an interface which can be used to implement configurable apis.
|
| 类 | 说明 |
|---|---|
| BoltClientOption<T> |
Supported options in client side.
|
| BoltGenericOption<T> |
Supported options both in client and server side.
|
| BoltOption<T> |
The base implementation class of the configuration item.
|
| BoltOptions |
Option carrier.
|
| BoltServerOption<T> |
Supported options in server side.
|
| ConfigManager |
get configs through system properties prior to default value
|
| Configs |
Define the key for a certain config item using system property,
and provide the default value for that config item.
|
Copyright © 2020. All rights reserved.