
org.simple4j.eventdistributor.beans.HealthCheck Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of EventDistributor Show documentation
Show all versions of EventDistributor Show documentation
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