Package io.netty.util

Interface ResourceLeakDetector.LeakListener

Enclosing class:
ResourceLeakDetector<T>

public static interface ResourceLeakDetector.LeakListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onLeak(String resourceType, String records)
    Will be called once a leak is detected.
  • Method Details

    • onLeak

      void onLeak(String resourceType, String records)
      Will be called once a leak is detected.