Uses of Record Class
com.loomcache.server.cluster.ClusterHealthMonitor.HealthAlert
Packages that use ClusterHealthMonitor.HealthAlert
-
Uses of ClusterHealthMonitor.HealthAlert in com.loomcache.server.cluster
Methods in com.loomcache.server.cluster that return types with arguments of type ClusterHealthMonitor.HealthAlertMethod parameters in com.loomcache.server.cluster with type arguments of type ClusterHealthMonitor.HealthAlertModifier and TypeMethodDescriptionvoidClusterHealthMonitor.registerAlertListener(Consumer<ClusterHealthMonitor.HealthAlert> listener) Register a listener for alert events.voidClusterHealthMonitor.removeAlertListener(Consumer<ClusterHealthMonitor.HealthAlert> listener) Remove an alert listener.