SupervisorEffect Type
Effects the orchestrator must apply after `step` returns.
Union cases
| Union case |
Description
|
|
Emit a log line.
|
Full Usage:
ScheduleStabilizeIn delayMs
Parameters:
int
|
Schedule a `StabilizeElapsed` input to fire after the given delay.
|
Full Usage:
StartTopology
|
Activate the topology via `Hosting.runWith` (master path). |
Full Usage:
StopTopology
|
Stop and shutdown the running topology (lost mastership or shutting down). |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsLog
Returns: bool
|
|
Full Usage:
this.IsScheduleStabilizeIn
Returns: bool
|
|
Full Usage:
this.IsStartTopology
Returns: bool
|
|
Full Usage:
this.IsStopTopology
Returns: bool
|
|
FsShelter