Interface IMaterializedValueSource
TBD
Namespace: Akka.Streams.Implementation.Fusing
Assembly: Akka.Streams.dll
Syntax
public interface IMaterializedValueSource
Properties
| Edit this page View SourceComputation
TBD
Declaration
StreamLayout.IMaterializedValueNode Computation { get; }
Property Value
| Type | Description |
|---|---|
| StreamLayout.IMaterializedValueNode |
Module
TBD
Declaration
IModule Module { get; }
Property Value
| Type | Description |
|---|---|
| IModule |
Outlet
TBD
Declaration
Outlet Outlet { get; }
Property Value
| Type | Description |
|---|---|
| Outlet |
Methods
| Edit this page View SourceCopySource()
TBD
Declaration
IMaterializedValueSource CopySource()
Returns
| Type | Description |
|---|---|
| IMaterializedValueSource | TBD |
SetValue(object)
TBD
Declaration
void SetValue(object result)
Parameters
| Type | Name | Description |
|---|---|---|
| object | result | TBD |
Edit this page