final class PekkoManagement extends Extension
- Source
- PekkoManagement.scala
- Alphabetic
- By Inheritance
- PekkoManagement
- Extension
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new PekkoManagement()(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
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- 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 Pekko management routes in an existing Pekko HTTP server.
- Exceptions thrown
java.lang.IllegalArgumentException
if routes not configured for pekko 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 Pekko management routes in an existing Pekko HTTP server.
- Exceptions thrown
java.lang.IllegalArgumentException
if routes not configured for pekko management
- val settings: PekkoManagementSettings
- def start(transformSettings: (ManagementRouteProviderSettings) => ManagementRouteProviderSettings): Future[Uri]
Amend the ManagementRouteProviderSettings and start a Pekko HTTP server to serve the HTTP management endpoint.
Amend the ManagementRouteProviderSettings and start a Pekko HTTP server to serve the HTTP management endpoint.
Use this when adding authentication and HTTPS.
- def start(): Future[Uri]
Start a Pekko HTTP server to serve the HTTP management endpoint.
- def stop(): Future[Done]
- Annotations
- @tailrec()
- 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()