package diagnostics
- Alphabetic
- Public
- Protected
Type Members
- class ConfigChecker extends AnyRef
The
ConfigChecker will try to find potential configuration issues. It is run when the actor system is started. It also possible to run it as a Java main program, see ConfigChecker#main.
The
ConfigChecker will try to find potential configuration issues. It is run when the actor system is started. It also possible to run it as a Java main program, see ConfigChecker#main.
Detailed documentation can be found in the
akka.diagnostics.checker
section of the reference.conf and in the "Configuration Checker" section of the Akka Reference Documentation. - class DiagnosticsExtension extends Extension
- final class StarvationDetectorSettings extends AnyRef
Value Members
- object ConfigChecker
- object DiagnosticsExtension extends ExtensionId[DiagnosticsExtension] with ExtensionIdProvider
The diagnostics extension enables the StarvationDetector and reports configuration issues with ConfigChecker for an
ActorSystem
.The diagnostics extension enables the StarvationDetector and reports configuration issues with ConfigChecker for an
ActorSystem
. This extension is automatically activated when theakka-diagnostics
dependency is included. - object StarvationDetector
- object StarvationDetectorSettings