AkkaManagement

final class AkkaManagement(delegate: AkkaManagement)
class Object
trait Matchable
class Any

Value members

Concrete methods

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.

Throws:
java.lang.IllegalArgumentException

if routes not configured for akka management

Source:
AkkaManagement.scala

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.

Throws:
java.lang.IllegalArgumentException

if routes not configured for akka management

Source:
AkkaManagement.scala
def start(): CompletionStage[Uri]

Start an Akka HTTP server to serve the HTTP management endpoint.

Start an Akka HTTP server to serve the HTTP management endpoint.

Source:
AkkaManagement.scala
def start(transformSettings: Function[ManagementRouteProviderSettings, ManagementRouteProviderSettings]): CompletionStage[Uri]

Start an Akka HTTP server to serve the HTTP management endpoint.

Start an Akka HTTP server to serve the HTTP management endpoint.

Source:
AkkaManagement.scala
def stop(): CompletionStage[Done]