Packages

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.

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.

Source
ConfigChecker.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConfigChecker
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ConfigChecker(system: ExtendedActorSystem)
  2. new ConfigChecker(system: ExtendedActorSystem, config: Config, reference: Config)

Value Members

  1. def check(): ValidationResults

    Run all checks.

    Run all checks. No side effects, such as logging.