public class PeekMailboxExtension
extends java.lang.Object
implements akka.actor.Extension
Constructor and Description |
---|
PeekMailboxExtension(akka.actor.ExtendedActorSystem system) |
Modifier and Type | Method and Description |
---|---|
void |
ack(akka.actor.ActorContext context) |
static PeekMailboxExtension |
createExtension(akka.actor.ExtendedActorSystem s) |
static PeekMailboxExtension$ |
lookup() |
void |
register(akka.actor.ActorRef actorRef,
PeekMailbox mailbox) |
akka.actor.ExtendedActorSystem |
system() |
void |
unregister(akka.actor.ActorRef actorRef) |
public PeekMailboxExtension(akka.actor.ExtendedActorSystem system)
public static PeekMailboxExtension$ lookup()
public static PeekMailboxExtension createExtension(akka.actor.ExtendedActorSystem s)
public akka.actor.ExtendedActorSystem system()
public void register(akka.actor.ActorRef actorRef, PeekMailbox mailbox)
public void unregister(akka.actor.ActorRef actorRef)
public void ack(akka.actor.ActorContext context)