Class ServiceCheck

  • Direct Known Subclasses:
    ImmutableServiceCheck

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

      Constructors 
      Constructor Description
      ServiceCheck()  
    • 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

      • ServiceCheck

        public ServiceCheck()
    • Method Detail

      • getNode

        public abstract Node getNode()
      • getService

        public abstract Service getService()
      • getChecks

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