Packages

package scaladsl

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final class AkkaManagement extends Extension
  2. abstract class HealthChecks extends AnyRef

    Not for user extension

    Not for user extension

    Annotations
    @DoNotInherit()
  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 Akka Management starts its HTTP endpoint

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

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

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

Value Members

  1. object AkkaManagement extends ExtensionId[AkkaManagement] with ExtensionIdProvider
  2. object HealthChecks

    Loads health checks from configuration and ActorSystem Setup

  3. object LivenessCheckSetup
  4. object ManagementRouteProviderSettings
  5. object ReadinessCheckSetup

Ungrouped