Class MaterializerState$


  • public class MaterializerState$
    extends java.lang.Object
    Dump stream snapshots of all streams of the given materializer.
    • Field Detail

      • MODULE$

        public static final MaterializerState$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • MaterializerState$

        public MaterializerState$()
    • Method Detail

      • streamSnapshots

        public scala.concurrent.Future<scala.collection.immutable.Seq<StreamSnapshot>> streamSnapshots​(Materializer mat)
      • requestFromSupervisor

        public scala.concurrent.Future<scala.collection.immutable.Seq<StreamSnapshot>> requestFromSupervisor​(ActorRef supervisor,
                                                                                                             scala.concurrent.ExecutionContext ec)
        INTERNAL API
      • requestFromChild

        public scala.concurrent.Future<StreamSnapshot> requestFromChild​(ActorRef child)
        INTERNAL API