Interface ExternalServerRunner.StartExternalServer

Enclosing class:
ExternalServerRunner
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 ExternalServerRunner.StartExternalServer
Logic to run within context.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Starts the external server.
  • Method Details

    • startExternalServer

      void startExternalServer() throws Exception
      Starts the external server.
      Throws:
      Exception - If fails to start the external server.