public class PublicRootActor extends Actor implements Stoppable, Supervisor
| Constructor and Description |
|---|
PublicRootActor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterStop()
The message delivered after the
Actor has fully stopped. |
protected void |
beforeStart()
The message delivered before the
Actor has fully started. |
void |
inform(Throwable throwable,
Supervised supervised) |
SupervisionStrategy |
supervisionStrategy() |
Supervisor |
supervisor()
Answer my Supervisor; that is, this Supervisor's Supervisor (e.g.
|
address, afterRestart, answerFrom, beforeRestart, beforeResume, childActorFor, childActorFor, completableFuture, completes, completesEventually, conclude, deadLetters, definition, disperseStowedMessages, equals, future, hashCode, isStopped, logger, parentAs, scheduler, secure, selfAs, stage, stageNamed, start, stateSnapshot, stateSnapshot, stop, stowMessages, toString, viewTestState, viewTestStateInitializationprotected void beforeStart()
ActorActor has fully started. Override to implement.beforeStart in class Actorprotected void afterStop()
ActorActor has fully stopped. Override to implement.public void inform(Throwable throwable, Supervised supervised)
inform in interface Supervisorpublic SupervisionStrategy supervisionStrategy()
supervisionStrategy in interface Supervisorpublic Supervisor supervisor()
Supervisorsupervisor in interface SupervisorCopyright © 2021. All rights reserved.