MessageDispatcher
Attributes
- Source
- AbstractDispatcher.scala
- Graph
-
- Supertypes
-
trait ExecutionContextExecutortrait ExecutionContexttrait Executorclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class Dispatcherclass PinnedDispatcher
Members list
Value members
Abstract methods
Identifier of this dispatcher, corresponds to the full key of the dispatcher configuration.
Identifier of this dispatcher, corresponds to the full key of the dispatcher configuration.
Attributes
- Source
- AbstractDispatcher.scala
Concrete methods
Attaches the specified actor instance to this dispatcher, which includes scheduling it to run for the first time (Create() is expected to have been enqueued by the ActorCell upon mailbox creation).
Attaches the specified actor instance to this dispatcher, which includes scheduling it to run for the first time (Create() is expected to have been enqueued by the ActorCell upon mailbox creation).
Attributes
- Source
- AbstractDispatcher.scala
Detaches the specified actor instance from this dispatcher
Detaches the specified actor instance from this dispatcher
Attributes
- Source
- AbstractDispatcher.scala
Attributes
- Source
- AbstractDispatcher.scala
Attributes
- Definition Classes
- Source
- AbstractDispatcher.scala
Inherited methods
Override this to define which runnables will be batched.
Override this to define which runnables will be batched.
Attributes
- Inherited from:
- BatchingExecutor (hidden)
- Source
- BatchingExecutor.scala
Attributes
- Definition Classes
-
BatchingExecutor -> Executor
- Inherited from:
- BatchingExecutor (hidden)
- Source
- BatchingExecutor.scala
Deprecated and Inherited methods
Attributes
- Deprecated
-
[Since version 2.12.0]preparation of ExecutionContexts will be removed - Inherited from:
- ExecutionContext
Concrete fields
Attributes
- Source
- AbstractDispatcher.scala
Attributes
- Source
- AbstractDispatcher.scala
Attributes
- Source
- AbstractDispatcher.scala