Interface RefQueueHandler

All Known Implementing Classes:
AbstractConnPool, ConnPoolByRoute

public interface RefQueueHandler
Callback handler for RefQueueWorker.
  • Method Summary

    Modifier and Type Method Description
    void handleReference​(Reference<?> ref)
    Invoked when a reference is found on the queue.
  • Method Details

    • handleReference

      void handleReference​(Reference<?> ref)
      Invoked when a reference is found on the queue.
      Parameters:
      ref - the reference to handle