Interface ServerActivityCallback

  • All Known Implementing Classes:
    CountingRequestCountCallback

    public interface ServerActivityCallback
    Callback interface that subsystems and other entry points can use to let the suspend controller know that all requests have finished.
    Author:
    Stuart Douglas
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void done()
      Method that is invoked when the relevant entry point is done suspended
    • Method Detail

      • done

        void done()
        Method that is invoked when the relevant entry point is done suspended