Interface RemoteThreadsLifeCycleListener


  • public interface RemoteThreadsLifeCycleListener
    Interface notified when number of active threads changes
    Since:
    2.10
    • Method Detail

      • threadNumberIncreased

        void threadNumberIncreased​(int numberOfThreads)
        Parameters:
        numberOfThreads - number of active threads
      • threadNumberDecreased

        void threadNumberDecreased​(int numberOfThreads)
        Parameters:
        numberOfThreads - number of active threads