Class StreamSupervisor
TBD
Implements
Inherited Members
Namespace: Akka.Streams.Implementation
Assembly: Akka.Streams.dll
Syntax
public class StreamSupervisor : ActorBase, IInternalActor
Constructors
| Improve this Doc View SourceStreamSupervisor(ActorMaterializerSettings, AtomicBoolean)
TBD
Declaration
public StreamSupervisor(ActorMaterializerSettings settings, AtomicBoolean haveShutdown)
Parameters
Type | Name | Description |
---|---|---|
ActorMaterializerSettings | settings | TBD |
AtomicBoolean | haveShutdown | TBD |
Fields
| Improve this Doc 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
| Improve this Doc View SourceNextName()
TBD
Declaration
public static string NextName()
Returns
Type | Description |
---|---|
String | TBD |
PostStop()
TBD
Declaration
protected override void PostStop()
Overrides
| Improve this Doc 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 |
---|---|
Boolean | TBD |
Overrides
| Improve this Doc View SourceSupervisorStrategy()
TBD
Declaration
protected override SupervisorStrategy SupervisorStrategy()
Returns
Type | Description |
---|---|
SupervisorStrategy | TBD |