Class Fallback.Builder<T>

java.lang.Object
io.helidon.faulttolerance.Fallback.Builder<T>
Type Parameters:
T - type of the values returned
All Implemented Interfaces:
Builder<Fallback.Builder<T>,Fallback<T>>, Supplier<Fallback<T>>
Enclosing interface:
Fallback<T>

public static class Fallback.Builder<T> extends Object implements Builder<Fallback.Builder<T>,Fallback<T>>
Fluent API builder for Fallback.