Click or drag to resize
Akka.NETSinkModuleTIn, TMatCreate Method
Create the Subscriber or VirtualPublisher that consumes the incoming stream, plus the materialized value. Since Subscriber and VirtualPublisher do not share a common supertype apart from AnyRef this is what the type union devolves into; unfortunately we do not have union types at our disposal at this point.

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public abstract Object Create(
	MaterializationContext context,
	out TMat materializer
)

Parameters

context
Type: Akka.StreamsMaterializationContext
TBD
materializer
Type: TMat
TBD

Return Value

Type: Object
TBD
See Also