Logo FsShelter

SupervisorEffect Type

Effects the orchestrator must apply after `step` returns.

Union cases

Union case Description

Log(LogLevel, string)

Full Usage: Log(LogLevel, string)

Parameters:

Emit a log line.

Item1 : LogLevel
Item2 : string

ScheduleStabilizeIn delayMs

Full Usage: ScheduleStabilizeIn delayMs

Parameters:
    delayMs : int

Schedule a `StabilizeElapsed` input to fire after the given delay.

delayMs : int

StartTopology

Full Usage: StartTopology

Activate the topology via `Hosting.runWith` (master path).

StopTopology

Full Usage: StopTopology

Stop and shutdown the running topology (lost mastership or shutting down).

Instance members

Instance member Description

this.IsLog

Full Usage: this.IsLog

Returns: bool
Returns: bool

this.IsScheduleStabilizeIn

Full Usage: this.IsScheduleStabilizeIn

Returns: bool
Returns: bool

this.IsStartTopology

Full Usage: this.IsStartTopology

Returns: bool
Returns: bool

this.IsStopTopology

Full Usage: this.IsStopTopology

Returns: bool
Returns: bool

Type something to start searching.