object PeekMailboxExtension extends ExtensionId[PeekMailboxExtension] with ExtensionIdProvider
- Annotations
- @deprecated
- Deprecated
(Since version 2.5.0) Use an explicit supervisor or proxy actor instead
- Source
- PeekMailbox.scala
- Alphabetic
- By Inheritance
- PeekMailboxExtension
- ExtensionIdProvider
- ExtensionId
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- def ack()(implicit context: ActorContext): Unit
-
def
apply(system: ClassicActorSystemProvider): PeekMailboxExtension
Returns an instance of the extension identified by this ExtensionId instance.
Returns an instance of the extension identified by this ExtensionId instance.
- Definition Classes
- ExtensionId
-
def
apply(system: ActorSystem): PeekMailboxExtension
Returns an instance of the extension identified by this ExtensionId instance.
Returns an instance of the extension identified by this ExtensionId instance.
- Definition Classes
- ExtensionId
-
def
createExtension(s: ExtendedActorSystem): PeekMailboxExtension
Is used by Akka to instantiate the Extension identified by this ExtensionId, internal use only.
Is used by Akka to instantiate the Extension identified by this ExtensionId, internal use only.
- Definition Classes
- PeekMailboxExtension → ExtensionId
-
final
def
equals(other: Any): Boolean
- Definition Classes
- ExtensionId → AnyRef → Any
-
def
get(system: ClassicActorSystemProvider): PeekMailboxExtension
Returns an instance of the extension identified by this ExtensionId instance.
Returns an instance of the extension identified by this ExtensionId instance. Java API For extensions written in Scala that are to be used from Java also, this method should be overridden to get correct return type.
override def get(system: ClassicActorSystemProvider): TheExtension = super.get(system)
- Definition Classes
- ExtensionId
-
def
get(system: ActorSystem): PeekMailboxExtension
Returns an instance of the extension identified by this ExtensionId instance.
Returns an instance of the extension identified by this ExtensionId instance. Java API For extensions written in Scala that are to be used from Java also, this method should be overridden to get correct return type.
override def get(system: ActorSystem): TheExtension = super.get(system)
- Definition Classes
- ExtensionId
-
final
def
hashCode(): Int
- Definition Classes
- ExtensionId → AnyRef → Any
-
def
lookup(): PeekMailboxExtension.type
Returns the canonical ExtensionId for this Extension
Returns the canonical ExtensionId for this Extension
- Definition Classes
- PeekMailboxExtension → ExtensionIdProvider