Package org.apache.pekko
-
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 Done Typically used together withFuture
to signal completion but there is no actual value completed.Done$ Main 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$ PekkoVersion PekkoVersion$ Version Version$ -
Exception Summary Exception Description ConfigurationException This exception is thrown when Apache Pekko detects a problem with the provided configurationPekkoException Pekko base Exception.UnsupportedPekkoVersion