Interface ServerActivityCallback

All Known Implementing Classes:
CountingRequestCountCallback

@Deprecated(forRemoval=true, since="26.0.0") public interface ServerActivityCallback
Deprecated, for removal: This API element is subject to removal in a future version.
To be removed without replacement.
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

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Method that is invoked when the relevant entry point is done suspended
  • Method Details

    • done

      void done()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Method that is invoked when the relevant entry point is done suspended