Packages

object Dispatchers

Source
Dispatchers.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Dispatchers
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final val DefaultBlockingDispatcherId: String

    The id of a default dispatcher to use for operations known to be blocking.

    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.

  2. final val DefaultDispatcherId: String("akka.actor.default-dispatcher")

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