public interface Supervisor
| Modifier and Type | Method and Description |
|---|---|
void |
inform(Throwable throwable,
Supervised supervised) |
SupervisionStrategy |
supervisionStrategy() |
default Supervisor |
supervisor()
Answer my Supervisor; that is, this Supervisor's Supervisor (e.g.
|
void inform(Throwable throwable, Supervised supervised)
SupervisionStrategy supervisionStrategy()
default Supervisor supervisor()
Copyright © 2021. All rights reserved.