Packages

final class HealthCheckSettings extends AnyRef

Source
HealthCheckSettings.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HealthCheckSettings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new HealthCheckSettings(startupChecks: Seq[NamedHealthCheck], readinessChecks: Seq[NamedHealthCheck], livenessChecks: Seq[NamedHealthCheck], startupPath: String, readinessPath: String, livenessPath: String, checkTimeout: FiniteDuration)

    startupChecks

    List of FQCN of startup checks

    readinessChecks

    List of FQCN of readiness checks

    livenessChecks

    List of FQCN of liveness checks

    startupPath

    The path to serve startup on

    readinessPath

    The path to serve readiness on

    livenessPath

    The path to serve liveness on

    checkTimeout

    how long to wait for all health checks to complete

  2. new HealthCheckSettings(readinessChecks: Seq[NamedHealthCheck], livenessChecks: Seq[NamedHealthCheck], readinessPath: String, livenessPath: String, checkTimeout: FiniteDuration)
    Annotations
    @deprecated
    Deprecated

    (Since version 1.1.0) Use constructor that takes startupChecks and startupPath parameters instead

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val checkTimeout: FiniteDuration
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. def getCheckTimeout(): Duration

    Java API

  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getLivenessChecks(): List[NamedHealthCheck]

    Java API

  13. def getReadinessChecks(): List[NamedHealthCheck]

    Java API

  14. def getStartupChecks(): List[NamedHealthCheck]

    Java API

  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val livenessChecks: Seq[NamedHealthCheck]
  18. val livenessPath: String
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. val readinessChecks: Seq[NamedHealthCheck]
  23. val readinessPath: String
  24. val startupChecks: Seq[NamedHealthCheck]
  25. val startupPath: String
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped