| Package | Description |
|---|---|
| io.vlingo.xoom.actors |
| Modifier and Type | Method and Description |
|---|---|
SupervisionStrategy.Scope |
SupervisionStrategy.scope() |
static SupervisionStrategy.Scope |
SupervisionStrategy.Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupervisionStrategy.Scope[] |
SupervisionStrategy.Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StageSupervisedActor.restartWithin(long period,
int intensity,
SupervisionStrategy.Scope scope) |
void |
Supervised.restartWithin(long period,
int intensity,
SupervisionStrategy.Scope scope) |
void |
StageSupervisedActor.stop(SupervisionStrategy.Scope scope) |
void |
Supervised.stop(SupervisionStrategy.Scope scope) |
Copyright © 2021. All rights reserved.