Package akka.stream

Class 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SourceLocation

        public SourceLocation​(java.lang.Object lambda)
    • Method Detail

      • locationName

        public java.lang.String locationName()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object