Interface HealthReporter
-
- All Known Implementing Classes:
AmqpConnector,KafkaConnector
public interface HealthReporterInterface implemented by connector to participate to the health data collection.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default HealthReportgetLiveness()default HealthReportgetReadiness()
-
-
-
Method Detail
-
getReadiness
default HealthReport getReadiness()
-
getLiveness
default HealthReport getLiveness()
-
-