final class AkkaManagement extends Extension
- Source
- AkkaManagement.scala
- Alphabetic
- By Inheritance
- AkkaManagement
- Extension
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new AkkaManagement()(implicit system: ExtendedActorSystem)
Value Members
- def routes(transformSettings: (ManagementRouteProviderSettings) => ManagementRouteProviderSettings): Route
Amend the ManagementRouteProviderSettings and get the routes for the HTTP management endpoint.
Amend the ManagementRouteProviderSettings and get the routes for the HTTP management endpoint.
Use this when adding authentication and HTTPS.
This method can be used to embed the Akka management routes in an existing Akka HTTP server.
- Exceptions thrown
java.lang.IllegalArgumentException
if routes not configured for akka management
- def routes: Route
Get the routes for the HTTP management endpoint.
Get the routes for the HTTP management endpoint.
This method can be used to embed the Akka management routes in an existing Akka HTTP server.
- Exceptions thrown
java.lang.IllegalArgumentException
if routes not configured for akka management
- val settings: AkkaManagementSettings
- def start(transformSettings: (ManagementRouteProviderSettings) => ManagementRouteProviderSettings): Future[Uri]
Amend the ManagementRouteProviderSettings and start an Akka HTTP server to serve the HTTP management endpoint.
Amend the ManagementRouteProviderSettings and start an Akka HTTP server to serve the HTTP management endpoint.
Use this when adding authentication and HTTPS.
- def start(): Future[Uri]
Start an Akka HTTP server to serve the HTTP management endpoint.
- def stop(): Future[Done]