akka.management

Members list

Concise view

Type members

Classlikes

final class AkkaManagementSettings(val config: Config)

Attributes

Source:
AkkaManagementSettings.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
HealthCheckSettings.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final class HealthCheckSettings(val readinessChecks: Seq[NamedHealthCheck], val livenessChecks: Seq[NamedHealthCheck], val readinessPath: String, val livenessPath: String, val checkTimeout: FiniteDuration)

Attributes

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

Companion:
object
Source:
HealthCheckSettings.scala
Graph
Supertypes
class Object
trait Matchable
class Any
final class InvalidHealthCheckException(msg: String, c: Throwable) extends RuntimeException

Attributes

Source:
InvalidHealthCheckException.scala
Graph
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any

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
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final case class NamedHealthCheck(name: String, fullyQualifiedClassName: String)

Attributes

Source:
HealthCheckSettings.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class NamedRouteProvider(name: String, fullyQualifiedClassName: String)

Attributes

Source:
AkkaManagementSettings.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any