public class BlackholeActorRef$ extends ActorRef<java.lang.Object> implements ActorRefImpl<java.lang.Object>
Modifier and Type | Field and Description |
---|---|
static BlackholeActorRef$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
BlackholeActorRef$() |
Modifier and Type | Method and Description |
---|---|
boolean |
isLocal() |
void |
sendSystem(SystemMessage signal) |
void |
tell(java.lang.Object msg)
Send a message to the Actor referenced by this ActorRef using *at-most-once*
messaging semantics.
|
public static final BlackholeActorRef$ MODULE$
public void tell(java.lang.Object msg)
ActorRef
public void sendSystem(SystemMessage signal)
sendSystem
in interface ActorRefImpl<java.lang.Object>
public final boolean isLocal()
isLocal
in interface ActorRefImpl<java.lang.Object>