public class LocalActorRef<T> extends ActorRef<T> implements ActorRefImpl<T>
ActorCell.| Constructor and Description |
|---|
LocalActorRef(ActorPath _path,
ActorCell<T> cell) |
| Modifier and Type | Method and Description |
|---|---|
ActorCell<?> |
getCell() |
boolean |
isLocal() |
void |
sendSystem(SystemMessage signal) |
void |
tell(T msg)
Send a message to the Actor referenced by this ActorRef using *at-most-once*
messaging semantics.
|
public void tell(T msg)
ActorRefpublic void sendSystem(SystemMessage signal)
sendSystem in interface ActorRefImpl<T>public final boolean isLocal()
isLocal in interface ActorRefImpl<T>public ActorCell<?> getCell()