Packages

package javadsl

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final class AkkaManagement extends AnyRef
  2. final class CheckResult extends AnyRef

    Result for readiness and liveness checks

  3. final class HealthChecks extends AnyRef

    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

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

  5. trait ManagementRouteProvider extends Extension

    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

    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

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

Ungrouped