healthCheckHandler property

HealthCheckHandler? healthCheckHandler
final

HealthCheckHandler for any custom health checks. This can be used to check remotely if all services the server is depending on is up and running.

Implementation

final HealthCheckHandler? healthCheckHandler;