Interface ConnectionHealthMonitor.HealthCheckCallback

Enclosing class:
ConnectionHealthMonitor
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ConnectionHealthMonitor.HealthCheckCallback
Functional interface for health check callbacks. Implementations receive notification when a connection's health status changes.
Version:
1.0
Author:
ConnectionHealthMonitor Implementation