February 2018
Intermediate to advanced
552 pages
13h 46m
English
In the Akka framework, each AkkaSystem has a default MessageDispatcher. An Actor uses that default dispatcher, if no dispatcher is configured to it. If required, we can configure our application required MessageDispatcher.
In the Akka framework, the Dispatcher component internally uses Java's Executor framework to execute tasks asynchronously. The Akka framework has provided the following implementations of Java's Executor framework:
Read now
Unlock full access