Uses of Record Class
cloud.opencode.base.cache.resilience.GracefulDegradation.Config
Packages that use GracefulDegradation.Config
-
Uses of GracefulDegradation.Config in cloud.opencode.base.cache.resilience
Methods in cloud.opencode.base.cache.resilience that return GracefulDegradation.ConfigModifier and TypeMethodDescriptionstatic GracefulDegradation.ConfigGracefulDegradation.Config.defaults()Default configuration: 5 failures, 30s recovery window, 10s health check interval.Methods in cloud.opencode.base.cache.resilience with parameters of type GracefulDegradation.ConfigModifier and TypeMethodDescriptionstatic <K,V> GracefulDegradation <K, V> GracefulDegradation.create(GracefulDegradation.Config config) Creates a GracefulDegradation instance with the specified configuration.