Package akka.stream.impl
Class ActorPublisher$
- java.lang.Object
-
- akka.stream.impl.ActorPublisher$
-
public class ActorPublisher$ extends java.lang.ObjectINTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static ActorPublisher$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ActorPublisher$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> ActorPublisher<T>apply(ActorRef impl)java.lang.ThrowableNormalShutdownReason()java.lang.StringNormalShutdownReasonMessage()scala.Some<java.lang.Throwable>SomeNormalShutdownReason()
-
-
-
Field Detail
-
MODULE$
public static final ActorPublisher$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
NormalShutdownReasonMessage
public java.lang.String NormalShutdownReasonMessage()
-
NormalShutdownReason
public java.lang.Throwable NormalShutdownReason()
-
SomeNormalShutdownReason
public scala.Some<java.lang.Throwable> SomeNormalShutdownReason()
-
apply
public <T> ActorPublisher<T> apply(ActorRef impl)
-
-