final class AkkaManagement extends AnyRef
- Source
 - AkkaManagement.scala
 
- Alphabetic
 - By Inheritance
 
- AkkaManagement
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - Protected
 
Instance Constructors
-  new AkkaManagement(delegate: scaladsl.AkkaManagement)
 
Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @native()
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -    def getRoutes(transformSettings: Function[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.IllegalArgumentExceptionif routes not configured for akka management
 -    def getRoutes: 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.IllegalArgumentExceptionif routes not configured for akka management
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -  def settings: AkkaManagementSettings
 -    def start(transformSettings: Function[ManagementRouteProviderSettings, ManagementRouteProviderSettings]): CompletionStage[Uri]
Start an Akka HTTP server to serve the HTTP management endpoint.
 -    def start(): CompletionStage[Uri]
Start an Akka HTTP server to serve the HTTP management endpoint.
 -  def stop(): CompletionStage[Done]
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()