package javadsl
- Alphabetic
- Public
- Protected
Type Members
- final class CheckResult extends AnyRef
Result for readiness and liveness checks
- 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
- final class LivenessCheckSetup extends Setup
Setup for liveness checks, constructor is *Internal API*, use factories in LivenessCheckSetup
- 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
- 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()
- final class PekkoManagement extends AnyRef
- final class ReadinessCheckSetup extends Setup
Setup for readiness checks, constructor is *Internal API*, use factories in ReadinessCheckSetup
Value Members
- object LivenessCheckSetup
- object ManagementRouteProviderSettings
- object PekkoManagement
- object ReadinessCheckSetup