| ExtendedActorMaterializerMaterializeTMat Method (IGraphClosedShape, TMat, FuncGraphInterpreterShell, IActorRef) |
TBD
Namespace:
Akka.Streams.Implementation
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public abstract TMat Materialize<TMat>(
IGraph<ClosedShape, TMat> runnable,
Func<GraphInterpreterShell, IActorRef> subFlowFuser
)
abstract Materialize :
runnable : IGraph<ClosedShape, 'TMat> *
subFlowFuser : Func<GraphInterpreterShell, IActorRef> -> 'TMat
Parameters
- runnable
- Type: Akka.StreamsIGraphClosedShape, TMat
TBD - subFlowFuser
- Type: SystemFuncGraphInterpreterShell, IActorRef
TBD
Type Parameters
- TMat
- TBD
Return Value
Type:
TMatTBD
See Also