StreamLifecycleOptions
class
Namespace: Orleans.Configuration
Options for managing stream system lifecycle.
public class StreamLifecycleOptionsConstructors
Properties
InitStageGets or sets the lifecycle stage at which to initialize the stream runtime.StartStageGets or sets the lifecycle stage at which to start the stream runtime.StartupStateIf set toRunState, stream pulling agents will be started during initialization.
Fields
DEFAULT_INIT_STAGEThe default lifecycle stage at which the stream runtime is initialized.DEFAULT_STARTUP_STATEThe default stream runtime startup state.DEFAULT_START_STAGEThe default lifecycle stage at which the stream runtime is started.
