Dispatchers

org.apache.pekko.dispatch.Dispatchers
See theDispatchers companion class
object Dispatchers

Attributes

Companion
class
Source
Dispatchers.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

The id of a default dispatcher to use for operations known to be blocking. Note that for optimal performance you will want to isolate different blocking resources on different thread pools.

The id of a default dispatcher to use for operations known to be blocking. Note that for optimal performance you will want to isolate different blocking resources on different thread pools.

Attributes

Source
Dispatchers.scala
final val DefaultDispatcherId: "pekko.actor.default-dispatcher"

The id of the default dispatcher, also the full key of the configuration of the default dispatcher.

The id of the default dispatcher, also the full key of the configuration of the default dispatcher.

Attributes

Source
Dispatchers.scala