Uses of Interface
com.orbitz.consul.model.ConsulResponse.CacheResponseInfo
-
Packages that use ConsulResponse.CacheResponseInfo Package Description com.orbitz.consul.model -
-
Uses of ConsulResponse.CacheResponseInfo in com.orbitz.consul.model
Methods in com.orbitz.consul.model that return types with arguments of type ConsulResponse.CacheResponseInfo Modifier and Type Method Description java.util.Optional<ConsulResponse.CacheResponseInfo>ConsulResponse. getCacheReponseInfo()Constructor parameters in com.orbitz.consul.model with type arguments of type ConsulResponse.CacheResponseInfo Constructor Description ConsulResponse(T response, long lastContact, boolean knownLeader, java.math.BigInteger index, java.util.Optional<ConsulResponse.CacheResponseInfo> cacheInfo)
-