Package

akka.typed

internal

Permalink

package internal

Content Hierarchy
Visibility
  1. Public
  2. All

Type Members

  1. class DispatcherConfigurator extends MessageDispatcherConfigurator

    Permalink

    Configurator for creating akka.dispatch.Dispatcher.

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

  2. class DispatchersImpl extends Dispatchers

    Permalink
  3. trait ExtensionsImpl extends Extensions

    Permalink

    Actor system extensions registry

    Actor system extensions registry

    INTERNAL API

    Annotations
    @InternalApi()
  4. abstract class MessageDispatcherConfigurator extends AnyRef

    Permalink

    Base class to be used for hooking in new dispatchers into Dispatchers.

  5. class PinnedDispatcherConfigurator extends MessageDispatcherConfigurator

    Permalink

    Configurator for creating akka.dispatch.PinnedDispatcher.

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

Value Members

  1. object ActorCell

    Permalink

    INTERNAL API

  2. object ActorSystemImpl

    Permalink

Ungrouped