Interface ServerLauncher.ServerLifecycleOperation

Enclosing class:
ServerLauncher
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 ServerLauncher.ServerLifecycleOperation
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executes a server lifecycle operation.
  • Method Details

    • perform

      void perform() throws Throwable
      Executes a server lifecycle operation.
      Throws:
      Throwable - if an error occurs while executing the server lifecycle operation