Packages

c

akka.dispatch

DispatcherConfigurator

class DispatcherConfigurator extends MessageDispatcherConfigurator

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

Source
Dispatchers.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DispatcherConfigurator
  2. MessageDispatcherConfigurator
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DispatcherConfigurator(config: Config, prerequisites: DispatcherPrerequisites)

Value Members

  1. val config: Config
  2. def configureExecutor(): ExecutorServiceConfigurator
  3. def dispatcher(): MessageDispatcher

    Returns the same dispatcher instance for each invocation

    Returns the same dispatcher instance for each invocation

    Definition Classes
    DispatcherConfiguratorMessageDispatcherConfigurator
  4. val prerequisites: DispatcherPrerequisites