Package akka.stream
Class ActorMaterializerHelper
- java.lang.Object
-
- akka.stream.ActorMaterializerHelper
-
public class ActorMaterializerHelper extends java.lang.Object
INTERNAL API
-
-
Constructor Summary
Constructors Constructor Description ActorMaterializerHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ActorMaterializer
downcast(Materializer materializer)
Deprecated.The Materializer now has all methods the ActorMaterializer used to have.
-
-
-
Method Detail
-
downcast
public static ActorMaterializer downcast(Materializer materializer)
Deprecated.The Materializer now has all methods the ActorMaterializer used to have. Since 2.6.0.INTERNAL API
-
-