| AkkaVersion |
Check that the version of Akka is a specific patch version or higher and throw an UnsupportedAkkaVersion
exception if the version requirement is not fulfilled.
|
| AkkaVersion$ |
Check that the version of Akka is a specific patch version or higher and throw an UnsupportedAkkaVersion
exception if the version requirement is not fulfilled.
|
| Done |
Typically used together with Future to signal completion
but there is no actual value completed.
|
| Done$ |
Java API: the singleton instance
|
| Main |
param: args one argument: the class of the application supervisor actor
|
| Main.Terminator |
|
| Main$ |
param: args one argument: the class of the application supervisor actor
|
| NotUsed |
This type is used in generic type signatures wherever the actual value is of no importance.
|
| NotUsed$ |
Java API: the singleton instance
|
| Version |
|
| Version$ |
|