Class StreamSupervisor.Materialize
TBD
Inherited Members
Namespace: Akka.Streams.Implementation
Assembly: Akka.Streams.dll
Syntax
public sealed class StreamSupervisor.Materialize : INoSerializationVerificationNeeded, IDeadLetterSuppression
Constructors
| Edit this page View SourceMaterialize(Props, string)
TBD
Declaration
public Materialize(Props props, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| Props | props | TBD |
| string | name | TBD |
Fields
| Edit this page View SourceName
TBD
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| string |
Props
TBD
Declaration
public readonly Props Props
Field Value
| Type | Description |
|---|---|
| Props |
Edit this page