Interface ServerResumeContext

All Known Subinterfaces:
ServerSuspendContext
All Known Implementing Classes:
ServerSuspendController.Context

public interface ServerResumeContext
A context for server resume handling.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Indicates whether the server is resuming as part of the startup sequence.
  • Method Details

    • isStarting

      boolean isStarting()
      Indicates whether the server is resuming as part of the startup sequence.
      Returns:
      true, if the server is starting, false otherwise.