Package reactor.pool

Interface InstrumentedPool<POOLABLE>

All Superinterfaces:
Disposable, Pool<POOLABLE>
All Known Implementing Classes:
GracefulShutdownInstrumentedPool, SimpleDequePool

public interface InstrumentedPool<POOLABLE> extends Pool<POOLABLE>
An InstrumentedPool is a Pool that exposes a few additional methods around metrics.
Author:
Simon Baslé