akka.management.javadsl

Type members

Classlikes

final class AkkaManagement(delegate: AkkaManagement)
final class CheckResult

Result for readiness and liveness checks

Result for readiness and liveness checks

Source:
HealthChecks.scala
final class HealthChecks(system: ExtendedActorSystem, settings: HealthCheckSettings)

Can be used to instantiate health checks directly rather than rely on the automatic management route. Useful if want to host the health check via a protocol other than HTTP or not in the Akka Management HTTP server

Can be used to instantiate health checks directly rather than rely on the automatic management route. Useful if want to host the health check via a protocol other than HTTP or not in the Akka Management HTTP server

Source:
HealthChecks.scala
final class LivenessCheckSetup extends Setup

Setup for liveness checks, constructor is Internal API, use factories in LivenessCheckSetup

Setup for liveness checks, constructor is Internal API, use factories in LivenessCheckSetup

Companion:
object
Source:
HealthChecks.scala

Extend this trait in your extension in order to allow it to contribute routes to Akka Management starts its HTTP endpoint

Extend this trait in your extension in order to allow it to contribute routes to Akka Management starts its HTTP endpoint

Source:
ManagementRouteProvider.scala
sealed abstract class ManagementRouteProviderSettings

Settings object used to pass through information about the environment the routes will be running in, from the component starting the actual HTTP server, to the ManagementRouteProvider.

Settings object used to pass through information about the environment the routes will be running in, from the component starting the actual HTTP server, to the ManagementRouteProvider.

Not for user extension.

Companion:
object
Source:
ManagementRouteProviderSettings.scala
final class ReadinessCheckSetup extends Setup

Setup for readiness checks, constructor is Internal API, use factories in ReadinessCheckSetup

Setup for readiness checks, constructor is Internal API, use factories in ReadinessCheckSetup

Companion:
object
Source:
HealthChecks.scala