Uses of Interface
com.loomcache.server.network.ConnectionHealthMonitor.HealthCheckCallback
Packages that use ConnectionHealthMonitor.HealthCheckCallback
-
Uses of ConnectionHealthMonitor.HealthCheckCallback in com.loomcache.server.network
Methods in com.loomcache.server.network with parameters of type ConnectionHealthMonitor.HealthCheckCallbackModifier and TypeMethodDescriptionvoidConnectionHealthMonitor.addCallback(ConnectionHealthMonitor.HealthCheckCallback callback) Registers a callback to be invoked on health status changes.voidConnectionHealthMonitor.removeCallback(ConnectionHealthMonitor.HealthCheckCallback callback) Removes a previously registered callback.