| IMaterializerWithNamePrefix 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
)
abstract WithNamePrefix :
namePrefix : string -> IMaterializer
Parameters
- namePrefix
- Type: SystemString
TBD
Return Value
Type:
IMaterializerTBD
See Also