Packages

c

akka.dispatch

PinnedDispatcherConfigurator

class PinnedDispatcherConfigurator extends MessageDispatcherConfigurator

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

Source
Dispatchers.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PinnedDispatcherConfigurator
  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. Protected

Instance Constructors

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

Value Members

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

    Creates new dispatcher for each invocation.

    Creates new dispatcher for each invocation.

    Definition Classes
    PinnedDispatcherConfiguratorMessageDispatcherConfigurator
  4. val prerequisites: DispatcherPrerequisites