SourceLocation

org.apache.pekko.stream.Attributes.SourceLocation
See theSourceLocation companion object
final class SourceLocation(lambda: AnyRef) extends 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

Attributes

Companion
object
Source
Attributes.scala
Graph
Supertypes
trait Attribute
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
Attributes.scala

Concrete fields

lazy val locationName: String

Attributes

Source
Attributes.scala