Package akka.stream
Class Attributes.SourceLocation
- java.lang.Object
-
- akka.stream.Attributes.SourceLocation
-
- All Implemented Interfaces:
Attributes.Attribute
- Enclosing class:
- Attributes
public static final class Attributes.SourceLocation extends java.lang.Object implements Attributes.Attribute
Attribute that contains the source location of for example a lambda passed to an operator, useful for example for debugging. Included in the default toString of GraphStageLogic if present
-
-
Constructor Summary
Constructors Constructor Description SourceLocation(java.lang.Object lambda)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
locationName()
java.lang.String
toString()
-