Click or drag to resize
Akka.NETIModuleFuse Method (IModule, OutPort, InPort)
Fuses this Module to that Module by wiring together from and to, retaining the materialized value of `this` in the result

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
IModule Fuse(
	IModule that,
	OutPort from,
	InPort to
)

Parameters

that
Type: Akka.Streams.ImplementationIModule
A module to fuse with
from
Type: Akka.StreamsOutPort
The data source to wire
to
Type: Akka.StreamsInPort
The data sink to wire

Return Value

Type: IModule
A module representing fusion of `this` and that
See Also