Interface UpdateRuntime.UpdatePreparation

Enclosing interface:
UpdateRuntime
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface UpdateRuntime.UpdatePreparation
Defines operations for update preparation behavior.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Prepares the for exit during bootstrap/update processing.
  • Method Details

    • prepareForExit

      boolean prepareForExit() throws IOException
      Prepares the for exit during bootstrap/update processing.
      Returns:
      true when the condition is met; otherwise false
      Throws:
      IOException - if the operation cannot be completed