Uses of Class
dev.failsafe.FallbackConfig
Packages that use FallbackConfig
-
Uses of FallbackConfig in dev.failsafe
Methods in dev.failsafe that return FallbackConfigModifier and TypeMethodDescriptionFallback.getConfig()Returns theFallbackConfigthat the Fallback was built with.Methods in dev.failsafe with parameters of type FallbackConfigModifier and TypeMethodDescriptionstatic <R> FallbackBuilder<R> Fallback.builder(FallbackConfig<R> config) Creates a new FallbackBuilder that will be based on theconfig. -
Uses of FallbackConfig in dev.failsafe.internal
Methods in dev.failsafe.internal that return FallbackConfigConstructors in dev.failsafe.internal with parameters of type FallbackConfig