Package akka
-
Interface Summary Interface Description OnlyCauseStackTrace Mix in this trait to suppress the StackTrace for the instance of the exception but not the cause, scala.util.control.NoStackTrace suppresses all the StackTraces. -
Class Summary Class Description AkkaVersion Check that the version of Akka is a specific patch version or higher and throw anUnsupportedAkkaVersion
exception if the version requirement is not fulfilled.AkkaVersion$ Check that the version of Akka is a specific patch version or higher and throw anUnsupportedAkkaVersion
exception if the version requirement is not fulfilled.Done Typically used together withFuture
to signal completion but there is no actual value completed.Done$ Java API: the singleton instanceMain Deprecated. Implement your own main class instead, from which you start the ActorSystem and actors.Main.Terminator Main$ Deprecated. Implement your own main class instead, from which you start the ActorSystem and actors.NotUsed This type is used in generic type signatures wherever the actual value is of no importance.NotUsed$ Java API: the singleton instanceVersion Version$ -
Exception Summary Exception Description AkkaException Akka base Exception.ConfigurationException This exception is thrown when Akka detects a problem with the provided configurationUnsupportedAkkaVersion