Click or drag to resize
ExtendedActorSystem Properties

The ExtendedActorSystem type exposes the following members.

Properties
  NameDescription
Public propertyActorPipelineResolver
Gets the actor producer pipeline resolver for current actor system. It may be used by Akka plugins to inject custom behavior directly into actor creation chain.
Public propertyDeadLetters
Gets the dead letters.
(Inherited from ActorSystem.)
Public propertyDispatchers
Gets the dispatchers.
(Inherited from ActorSystem.)
Public propertyEventStream
Gets the event stream.
(Inherited from ActorSystem.)
Public propertyGuardian
Gets the top-level supervisor of all user actors created using system.ActorOf(...)
Public propertyLog
Gets the log
(Inherited from ActorSystem.)
Public propertyMailboxes
Gets the mailboxes.
(Inherited from ActorSystem.)
Public propertyName
Gets the name of this system.
(Inherited from ActorSystem.)
Public propertyProvider
Gets the provider.
Public propertyScheduler
Gets the scheduler.
(Inherited from ActorSystem.)
Public propertySerialization
Gets the serialization.
(Inherited from ActorSystem.)
Public propertySettings
Gets the settings.
(Inherited from ActorSystem.)
Public propertySystemGuardian
Gets the top-level supervisor of all system-internal services like logging.
Public propertyTerminationTask
Returns a task that will be completed when the system has terminated.
(Inherited from ActorSystem.)
Top
See Also