Interface StatusProvider
public interface StatusProvider
Status Provider may be implemented in module and are ment to provide a way to implement vital consistecy checks or the like.
- The result of this check ( getMessage() ) will be printed on the status-tocco page
- If all checks run successfull ( getResult().isSuccess == true ) the "Tocco-Status" http header on the status-tocco page
will be set to "OK". If any check fails, the header value switches to "ERROR"
-
Method Summary
-
Method Details
-
getResult
StatusProviderResult getResult()
-