Interface MutableApplicationStatusService

All Superinterfaces:
ApplicationStatusService
All Known Implementing Classes:
DefaultApplicationStatusService, StubApplicationStatusService

public interface MutableApplicationStatusService extends ApplicationStatusService
Monitors for the state of the server.
Since:
5.8
  • Method Details

    • setState

      void setState(@NonNull ApplicationState state)
    • notifyServletsLoaded

      void notifyServletsLoaded()
    • notifyApplicationStarted

      void notifyApplicationStarted()