Package

akka.management

scaladsl

Permalink

package scaladsl

Visibility
  1. Public
  2. All

Type Members

  1. final class AkkaManagement extends Extension

    Permalink
  2. abstract class HealthChecks extends AnyRef

    Permalink

    Not for user extension

    Not for user extension

    Annotations
    @DoNotInherit()
  3. final class LivenessCheckSetup extends Setup

    Permalink

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

  4. 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

  5. sealed trait 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

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

    Permalink

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

Value Members

  1. object AkkaManagement extends ExtensionId[AkkaManagement] with ExtensionIdProvider

    Permalink
  2. object HealthChecks

    Permalink

    Loads health checks from configuration and ActorSystem Setup

  3. object LivenessCheckSetup

    Permalink
  4. object ManagementRouteProviderSettings

    Permalink
  5. object ReadinessCheckSetup

    Permalink

Ungrouped