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