Class DelegatingAsyncCloseable<T extends AsyncCloseable>

java.lang.Object
io.servicetalk.concurrent.api.DelegatingAsyncCloseable<T>
Type Parameters:
T - The type of AsyncCloseable to delegate to.
All Implemented Interfaces:
AsyncCloseable
Direct Known Subclasses:
DelegatingListenableAsyncCloseable

public class DelegatingAsyncCloseable<T extends AsyncCloseable> extends Object implements AsyncCloseable
AsyncCloseable that delegates all calls to another AsyncCloseable.