Interface ServerLifecycleApi

All Known Implementing Classes:
ServerLifecycleApiImpl

public interface ServerLifecycleApi
  • Field Details

  • Method Details

    • runOnServerStarting

      static void runOnServerStarting(Runnable work)
    • runOnServerStarted

      static void runOnServerStarted(Runnable work)
    • runOnServerStopping

      static void runOnServerStopping(Runnable work)
    • runOnServerStopped

      static void runOnServerStopped(Runnable work)
    • runOnServerStartingImpl

      @Internal void runOnServerStartingImpl(Runnable work)
    • runOnServerStartedImpl

      @Internal void runOnServerStartedImpl(Runnable work)
    • runOnServerStoppingImpl

      @Internal void runOnServerStoppingImpl(Runnable work)
    • runOnServerStoppedImpl

      @Internal void runOnServerStoppedImpl(Runnable work)