Class ServiceHealth

  • Direct Known Subclasses:
    ImmutableServiceHealth

    @Immutable
    public abstract class ServiceHealth
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ServiceHealth()  
    • Method Summary

      Modifier and Type Method Description
      abstract java.util.List<HealthCheck> getChecks()  
      abstract Node getNode()  
      abstract Service getService()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServiceHealth

        public ServiceHealth()
    • Method Detail

      • getNode

        public abstract Node getNode()
      • getService

        public abstract Service getService()
      • getChecks

        public abstract java.util.List<HealthCheck> getChecks()