Constructor and Description |
---|
PeekMailboxExtension(ExtendedActorSystem system) |
Modifier and Type | Method and Description |
---|---|
void |
ack(ActorContext context) |
static PeekMailboxExtension |
createExtension(ExtendedActorSystem s) |
static PeekMailboxExtension$ |
lookup() |
void |
register(ActorRef actorRef,
PeekMailbox mailbox) |
ExtendedActorSystem |
system() |
void |
unregister(ActorRef actorRef) |
public PeekMailboxExtension(ExtendedActorSystem system)
public static PeekMailboxExtension$ lookup()
public static PeekMailboxExtension createExtension(ExtendedActorSystem s)
public ExtendedActorSystem system()
public void register(ActorRef actorRef, PeekMailbox mailbox)
public void unregister(ActorRef actorRef)
public void ack(ActorContext context)