Package io.apicurio.registry.metrics
Interface LivenessCheck
-
- All Known Implementing Classes:
PersistenceExceptionLivenessCheck
,ResponseErrorLivenessCheck
public interface LivenessCheck
Common interface for a liveness check.- Author:
- Jakub Senko 'jsenko@redhat.com'
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
suspect(String reason)
void
suspectWithException(Throwable reason)
-