Class StreamSupervisor
TBD
Implements
Inherited Members
Namespace: Akka.Streams.Implementation
Assembly: Akka.Streams.dll
Syntax
public class StreamSupervisor : ActorBase, IInternalActor
Constructors
| Edit this page View SourceStreamSupervisor(ActorMaterializerSettings, AtomicBoolean)
TBD
Declaration
public StreamSupervisor(ActorMaterializerSettings settings, AtomicBoolean haveShutdown)
Parameters
| Type | Name | Description |
|---|---|---|
| ActorMaterializerSettings | settings | TBD |
| AtomicBoolean | haveShutdown | TBD |
Fields
| Edit this page View SourceHaveShutdown
TBD
Declaration
public readonly AtomicBoolean HaveShutdown
Field Value
| Type | Description |
|---|---|
| AtomicBoolean |
Settings
TBD
Declaration
public readonly ActorMaterializerSettings Settings
Field Value
| Type | Description |
|---|---|
| ActorMaterializerSettings |
Methods
| Edit this page View SourceNextName()
TBD
Declaration
public static string NextName()
Returns
| Type | Description |
|---|---|
| string | TBD |
PostStop()
TBD
Declaration
protected override void PostStop()
Overrides
| Edit this page View SourceProps(ActorMaterializerSettings, AtomicBoolean)
TBD
Declaration
public static Props Props(ActorMaterializerSettings settings, AtomicBoolean haveShutdown)
Parameters
| Type | Name | Description |
|---|---|---|
| ActorMaterializerSettings | settings | TBD |
| AtomicBoolean | haveShutdown | TBD |
Returns
| Type | Description |
|---|---|
| Props | TBD |
Receive(object)
TBD
Declaration
protected override bool Receive(object message)
Parameters
| Type | Name | Description |
|---|---|---|
| object | message | TBD |
Returns
| Type | Description |
|---|---|
| bool | TBD |
Overrides
| Edit this page View SourceSupervisorStrategy()
TBD
Declaration
protected override SupervisorStrategy SupervisorStrategy()
Returns
| Type | Description |
|---|---|
| SupervisorStrategy | TBD |
Edit this page