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