MaterializerState

org.apache.pekko.stream.snapshot.MaterializerState

Debug utility to dump the running streams of a materializers in a structure describing the graph layout and "waits-on" relationships.

Some of the data extracted may be off unless the stream has settled, for example in when deadlocked, but the structure should be valid regardless. Extracting the information often will have an impact on the performance of the running streams.

Attributes

Source
MaterializerState.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

Dump stream snapshots of all streams of the default system materializer.

Dump stream snapshots of all streams of the default system materializer.

Attributes

Source
MaterializerState.scala

Dump stream snapshots of all streams of the given materializer.

Dump stream snapshots of all streams of the given materializer.

Attributes

Source
MaterializerState.scala