Interface ThreadPoolReportingAsynchronousRunner

All Superinterfaces:
AsynchronousRunner, ClosableResource
All Known Implementing Classes:
ThreadPoolAsynchronousRunner

public interface ThreadPoolReportingAsynchronousRunner extends AsynchronousRunner
  • Method Details

    • getThreadCount

      int getThreadCount()
    • getActiveCount

      int getActiveCount()
    • getIdleCount

      int getIdleCount()
    • getPendingTaskCount

      int getPendingTaskCount()
    • getStatus

      String getStatus()
    • getStackTraces

      String getStackTraces()