Interface HealthReporter
-
- All Known Implementing Classes:
AmqpConnector,KafkaConnector,RabbitMQConnector
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()default HealthReportgetStartup()
-
-
-
Method Detail
-
getReadiness
default HealthReport getReadiness()
-
getLiveness
default HealthReport getLiveness()
-
getStartup
default HealthReport getStartup()
-
-