Uses of Class
com.networknt.consul.ConsulResponse
-
Packages that use ConsulResponse Package Description com.networknt.consul.client -
-
Uses of ConsulResponse in com.networknt.consul.client
Methods in com.networknt.consul.client that return ConsulResponse Modifier and Type Method Description ConsulResponse<List<ConsulService>>
ConsulClient. lookupHealthService(String serviceName, String tag, long lastConsulIndex, String token)
get latest service list with a tag filter and a security tokenConsulResponse<List<ConsulService>>
ConsulClientImpl. lookupHealthService(String serviceName, String tag, long lastConsulIndex, String token)
to lookup health services based on serviceName, if lastConsulIndex == 0, will get result right away.
-