Packages

p

akka

diagnostics

package diagnostics

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. 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.

  2. class DiagnosticsExtension extends Extension
  3. final class StarvationDetectorSettings extends AnyRef

Value Members

  1. object ConfigChecker
  2. 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 the akka-diagnostics dependency is included.

  3. object StarvationDetector
  4. object StarvationDetectorSettings

Ungrouped