类 EurekaRepository
java.lang.Object
com.github.xiaoymin.knife4j.aggre.core.ext.PoolingConnectionManager
com.github.xiaoymin.knife4j.aggre.repository.AbstractRepository
com.github.xiaoymin.knife4j.aggre.repository.EurekaRepository
- 所有已实现的接口:
RouteRepository
- 从以下版本开始:
- 2.0.8
- 作者:
- xiaoymin@foxmail.com 2020/11/16 22:56
-
字段概要
从类继承的字段 com.github.xiaoymin.knife4j.aggre.repository.AbstractRepository
HEART_BEAT_DURATION, routeMap -
构造器概要
构造器 -
方法概要
从类继承的方法 com.github.xiaoymin.knife4j.aggre.repository.AbstractRepository
checkRoute, getRoute, getRoutes, heartRepeatClear从类继承的方法 com.github.xiaoymin.knife4j.aggre.core.ext.PoolingConnectionManager
getClient, getClient, getRequestConfig从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.github.xiaoymin.knife4j.aggre.core.RouteRepository
getAuthByRoute
-
构造器详细资料
-
EurekaRepository
-
-
方法详细资料
-
getAuth
从接口复制的说明:RouteRepository根据Header请求头获取Basic基础信息- 参数:
header- 请求头- 返回:
- Basic基础信息
-
getEurekaSetting
-
start
public void start()从接口复制的说明:RouteRepositorystart心跳监听程序 -
close
public void close()从接口复制的说明:RouteRepositorystop心跳监听乘车
-