Click or drag to resize
Akka.NETCompositeModuleCreate Method
TBD

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static CompositeModule Create(
	Module module,
	Shape shape
)

Parameters

module
Type: Akka.Streams.ImplementationModule
TBD
shape
Type: Akka.StreamsShape
TBD

Return Value

Type: CompositeModule
TBD
See Also