Packages

package javadsl

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final class CheckResult extends AnyRef

    Result for readiness and liveness checks

  2. 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 Pekko Management HTTP server

  3. final class LivenessCheckSetup extends Setup

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

  4. trait ManagementRouteProvider extends Extension

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

  5. 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()
  6. final class PekkoManagement extends AnyRef
  7. final class ReadinessCheckSetup extends Setup

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

Ungrouped