public class StageSupervisedActor extends Object implements Supervised
| Modifier | Constructor and Description |
|---|---|
protected |
StageSupervisedActor(Class<?> protocol,
Actor actor,
Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
Address |
address() |
void |
escalate() |
void |
restartWithin(long period,
int intensity,
SupervisionStrategy.Scope scope) |
void |
resume() |
void |
stop(SupervisionStrategy.Scope scope) |
Supervisor |
supervisor() |
void |
suspend() |
Throwable |
throwable() |
public Address address()
address in interface Supervisedpublic void escalate()
escalate in interface Supervisedpublic void restartWithin(long period,
int intensity,
SupervisionStrategy.Scope scope)
restartWithin in interface Supervisedpublic void resume()
resume in interface Supervisedpublic void stop(SupervisionStrategy.Scope scope)
stop in interface Supervisedpublic void suspend()
suspend in interface Supervisedpublic Supervisor supervisor()
supervisor in interface Supervisedpublic Throwable throwable()
throwable in interface SupervisedCopyright © 2021. All rights reserved.