Interface SystemStatusProvider
- All Known Implementing Classes:
BootstrapManagerImpl
public interface SystemStatusProvider
Provides information about the state of the system.
- Since:
- 4.0.0
- Author:
- joseross
-
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates if the bootstrap process is completed and the system can be used.
-
Method Details
-
isSystemReady
boolean isSystemReady()Indicates if the bootstrap process is completed and the system can be used.- Returns:
- true if ready
-