类 DataHubClientConfig
- java.lang.Object
-
- xin.manong.weapon.aliyun.secret.DynamicSecretConfig
-
- xin.manong.weapon.aliyun.datahub.DataHubClientConfig
-
@ConfigurationProperties(prefix="weapon.aliyun.datahub.client") public class DataHubClientConfig extends DynamicSecretConfig
DataHub客户端配置- 作者:
- frankcl
-
-
字段概要
字段 修饰符和类型 字段 说明 StringendpointintretryCnt-
从类继承的字段 xin.manong.weapon.aliyun.secret.DynamicSecretConfig
aliyunSecret, dynamic
-
-
构造器概要
构造器 构造器 说明 DataHubClientConfig()
-
-
-
字段详细资料
-
retryCnt
public int retryCnt
-
endpoint
public String endpoint
-
-
方法详细资料
-
check
public boolean check()
检测配置合法性- 覆盖:
check在类中DynamicSecretConfig- 返回:
- 合法返回true,否则返回false
-
-