Package

akka.management

javadsl

Permalink

package javadsl

Visibility
  1. Public
  2. All

Type Members

  1. final class AkkaManagement extends AnyRef

    Permalink
  2. final class CheckResult extends AnyRef

    Permalink

    Result for readiness and liveness checks

  3. final class HealthChecks extends AnyRef

    Permalink

    Can be used to instantiate health checks directly rather than rely on the automatic management route.

    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

  4. final class LivenessCheckSetup extends Setup

    Permalink

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

  5. trait ManagementRouteProvider extends Extension

    Permalink

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

  6. sealed abstract class ManagementRouteProviderSettings extends AnyRef

    Permalink

    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.

    Annotations
    @DoNotInherit()
  7. final class ReadinessCheckSetup extends Setup

    Permalink

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

Ungrouped