Class Bulkhead.BulkheadFuture<T>

java.lang.Object
io.github.resilience4j.bulkhead.Bulkhead.BulkheadFuture<T>
Type Parameters:
T - of return type
All Implemented Interfaces:
Future<T>
Enclosing interface:
Bulkhead

public static final class Bulkhead.BulkheadFuture<T> extends Object implements Future<T>
This class decorates future with Bulkhead functionality around invocation.