Package io.netty.util
Interface ResourceLeakDetector.LeakListener
-
- Enclosing class:
- ResourceLeakDetector<T>
public static interface ResourceLeakDetector.LeakListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onLeak(java.lang.String resourceType, java.lang.String records)
Will be called once a leak is detected.
-