Package akka.stream.actor
Class ActorSubscriberMessage$
- java.lang.Object
-
- akka.stream.actor.ActorSubscriberMessage$
-
public class ActorSubscriberMessage$ extends java.lang.Object
Java API: get the singleton instance of theOnComplete
message
-
-
Field Summary
Fields Modifier and Type Field Description static ActorSubscriberMessage$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ActorSubscriberMessage$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActorSubscriberMessage.OnComplete$
onCompleteInstance()
-
-
-
Field Detail
-
MODULE$
public static final ActorSubscriberMessage$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
onCompleteInstance
public ActorSubscriberMessage.OnComplete$ onCompleteInstance()
-
-