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
- 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 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 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]
- 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()