Uses of Class
dev.failsafe.TimeoutConfig
Packages that use TimeoutConfig
-
Uses of TimeoutConfig in dev.failsafe
Subclasses with type arguments of type TimeoutConfig in dev.failsafeMethods in dev.failsafe that return TimeoutConfigModifier and TypeMethodDescriptionTimeout.getConfig()Returns theTimeoutConfigthat the Timeout was built with.Methods in dev.failsafe with parameters of type TimeoutConfigModifier and TypeMethodDescriptionstatic <R> TimeoutBuilder<R> Timeout.builder(TimeoutConfig<R> config) Creates a new TimeoutBuilder that will be based on theconfig. -
Uses of TimeoutConfig in dev.failsafe.internal
Methods in dev.failsafe.internal that return TimeoutConfigConstructors in dev.failsafe.internal with parameters of type TimeoutConfig