Click or drag to resize
Akka.NETIMaterializerWithNamePrefix Method
The namePrefix shall be used for deriving the names of processing entities that are created during materialization. This is meant to aid logging and failure reporting both during materialization and while the stream is running.

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
IMaterializer WithNamePrefix(
	string namePrefix
)

Parameters

namePrefix
Type: SystemString
TBD

Return Value

Type: IMaterializer
TBD
See Also