All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.swisspush.vertx.cluster.ClusterHealthStatus Maven / Gradle / Ivy

Go to download

Checks if all your hazelcast cluster members are receiveing published messages over the bus.

There is a newer version: 3.1.2
Show newest version
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