public interface BaseActorHandle
A handle can be used to invoke a remote actor method.
| Modifier and Type | Method and Description |
|---|---|
ActorId |
getId()
Returns the id of this actor.
|
default void |
kill()
Kill the actor immediately.
|
default void |
kill(boolean noRestart)
Kill the actor immediately.
|
ActorId getId()
default void kill()
default void kill(boolean noRestart)
noRestart - If set to true, the killed actor will not be restarted anymore.Copyright © 2021. All rights reserved.