Package akka.stream
Class Materializer$
- java.lang.Object
-
- akka.stream.Materializer$
-
public class Materializer$ extends java.lang.Object
Implicitly provides the system wide materializer from a classic or typedActorSystem
-
-
Field Summary
Fields Modifier and Type Field Description static Materializer$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Materializer$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Materializer
matFromSystem(ClassicActorSystemProvider provider)
-
-
-
Field Detail
-
MODULE$
public static final Materializer$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
matFromSystem
public Materializer matFromSystem(ClassicActorSystemProvider provider)
-
-