![JAR search and dependency download from the Maven repository](/logo.png)
org.swisspush.vertx.cluster.ClusterHealthStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cluster-watchdog Show documentation
Show all versions of cluster-watchdog Show documentation
Checks if all your hazelcast cluster members are receiveing published messages over the bus.
package org.swisspush.vertx.cluster;
/**
* @author https://github.com/floriankammermann [Florian Kammermann] on 09.06.2015
*/
public enum ClusterHealthStatus {
CONSISTENT, INCONSISTENT, NO_RESULT
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy