Uses of Interface
com.orbitz.consul.config.CacheConfig.RefreshErrorLogConsumer
-
Packages that use CacheConfig.RefreshErrorLogConsumer Package Description com.orbitz.consul.config -
-
Uses of CacheConfig.RefreshErrorLogConsumer in com.orbitz.consul.config
Methods in com.orbitz.consul.config that return CacheConfig.RefreshErrorLogConsumer Modifier and Type Method Description CacheConfig.RefreshErrorLogConsumerCacheConfig. getRefreshErrorLoggingConsumer()Gets the function that will be called in case of error.Methods in com.orbitz.consul.config with parameters of type CacheConfig.RefreshErrorLogConsumer Modifier and Type Method Description CacheConfig.BuilderCacheConfig.Builder. withRefreshErrorLoggedAs(CacheConfig.RefreshErrorLogConsumer fn)Log refresh errors using custom function
-