Package com.atlassian.confluence.server
Interface ApplicationStatusService
- All Known Subinterfaces:
MutableApplicationStatusService
- All Known Implementing Classes:
DefaultApplicationStatusService
,StubApplicationStatusService
public interface ApplicationStatusService
Monitors for the state of the server.
- Since:
- 5.8
-
Method Summary
-
Method Details
-
getState
@NonNull ApplicationState getState()- Returns:
- the current state of the server
-