org.apache.pekko.management
package org.apache.pekko.management
Members list
Packages
Type members
Classlikes
object HealthCheckSettings
Attributes
- Companion
- class
- Source
- HealthCheckSettings.scala
- Supertypes
- Self type
-
HealthCheckSettings.type
final class HealthCheckSettings(val startupChecks: Seq[NamedHealthCheck], val readinessChecks: Seq[NamedHealthCheck], val livenessChecks: Seq[NamedHealthCheck], val startupPath: String, val readinessPath: String, val livenessPath: String, val checkTimeout: FiniteDuration)
Value parameters
- checkTimeout
-
how long to wait for all health checks to complete
- livenessChecks
-
List of FQCN of liveness checks
- livenessPath
-
The path to serve liveness on
- readinessChecks
-
List of FQCN of readiness checks
- readinessPath
-
The path to serve readiness on
- startupChecks
-
List of FQCN of startup checks
- startupPath
-
The path to serve startup on
Attributes
- Companion
- object
- Source
- HealthCheckSettings.scala
- Supertypes
final class InvalidHealthCheckException(msg: String, c: Throwable) extends RuntimeException
Attributes
- Source
- InvalidHealthCheckException.scala
- Supertypes
-
class RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
object ManagementLogMarker
This is public with the purpose to document the used markers and properties of log events. No guarantee that it will remain binary compatible, but the marker names and properties are considered public API and will not be changed without notice.
This is public with the purpose to document the used markers and properties of log events. No guarantee that it will remain binary compatible, but the marker names and properties are considered public API and will not be changed without notice.
Attributes
- Source
- ManagementLogMarker.scala
- Supertypes
- Self type
-
ManagementLogMarker.type
Attributes
- Source
- HealthCheckSettings.scala
- Supertypes
Attributes
- Source
- PekkoManagementSettings.scala
- Supertypes
Attributes
- Source
- PekkoManagementSettings.scala
- Supertypes
In this article