Uses of Class
org.kiwiproject.consul.cache.ServiceHealthCache
Packages that use ServiceHealthCache
-
Uses of ServiceHealthCache in org.kiwiproject.consul.cache
Methods in org.kiwiproject.consul.cache that return ServiceHealthCacheModifier and TypeMethodDescriptionstatic ServiceHealthCacheServiceHealthCache.newCache(HealthClient healthClient, String serviceName) static ServiceHealthCacheServiceHealthCache.newCache(HealthClient healthClient, String serviceName, boolean passing, int watchSeconds, QueryOptions queryOptions) static ServiceHealthCacheServiceHealthCache.newCache(HealthClient healthClient, String serviceName, boolean passing, int watchSeconds, QueryOptions queryOptions, Function<ServiceHealth, ServiceHealthKey> keyExtractor) static ServiceHealthCacheServiceHealthCache.newCache(HealthClient healthClient, String serviceName, boolean passing, int watchSeconds, QueryOptions queryOptions, Function<ServiceHealth, ServiceHealthKey> keyExtractor, ScheduledExecutorService callbackExecutorService) Factory method to construct a string/ServiceHealthmap for a particular service.static ServiceHealthCacheServiceHealthCache.newCache(HealthClient healthClient, String serviceName, boolean passing, QueryOptions queryOptions, int watchSeconds)