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

org.simple4j.eventdistributor.beans.HealthCheck Maven / Gradle / Ivy

Go to download

RDBMS based messaging as an alternative to other standard messaging like JMS / Kafka

The newest version!
package org.simple4j.eventdistributor.beans;

public class HealthCheck
{
    public String groupId = null;
    public String artifactId = null;
    public String version = null;
    public Status status = null;
    public Status db = null;
    public Status configStatus = null;

    public enum Status
    {
        HEALTHY, UNHEALTHY
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy