DispatcherConfigurator

org.apache.pekko.dispatch.DispatcherConfigurator

Configurator for creating pekko.dispatch.Dispatcher. Returns the same dispatcher instance for each invocation of the dispatcher() method.

Attributes

Source
Dispatchers.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def dispatcher(): MessageDispatcher

Returns the same dispatcher instance for each invocation

Returns the same dispatcher instance for each invocation

Attributes

Definition Classes
Source
Dispatchers.scala