Package com.atlassian.confluence.server
Interface ApplicationStatusService
-
- All Known Subinterfaces:
MutableApplicationStatusService
- All Known Implementing Classes:
DefaultApplicationStatusService
public interface ApplicationStatusService
Monitors for the state of the server.- Since:
- 5.8
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull ApplicationState
getState()
-
-
-
Method Detail
-
getState
@NonNull ApplicationState getState()
- Returns:
- the current state of the server
-
-