Package dev.failsafe

Interface Fallback<R>

Type Parameters:
R - result type
All Superinterfaces:
Policy<R>
All Known Implementing Classes:
FallbackImpl

public interface Fallback<R> extends Policy<R>
A Policy that handles failures using a fallback function or result.

This class is threadsafe.

See Also: