Class Attributes.SourceLocation

java.lang.Object
org.apache.pekko.stream.Attributes.SourceLocation
All Implemented Interfaces:
Attributes.Attribute
Enclosing class:
Attributes

public static final class Attributes.SourceLocation extends 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 Details

    • SourceLocation

      public SourceLocation(Object lambda)
  • Method Details