Package akka.stream.actor
Class ActorPublisherMessage$
- java.lang.Object
-
- akka.stream.actor.ActorPublisherMessage$
-
public class ActorPublisherMessage$ extends java.lang.Object
This message is delivered to theActorPublisher
actor when the stream subscriber requests more elements. param: n number of requested elements
-
-
Field Summary
Fields Modifier and Type Field Description static ActorPublisherMessage$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ActorPublisherMessage$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActorPublisherMessage.Cancel$
cancelInstance()
ActorPublisherMessage.SubscriptionTimeoutExceeded$
subscriptionTimeoutExceededInstance()
-
-
-
Field Detail
-
MODULE$
public static final ActorPublisherMessage$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
cancelInstance
public ActorPublisherMessage.Cancel$ cancelInstance()
-
subscriptionTimeoutExceededInstance
public ActorPublisherMessage.SubscriptionTimeoutExceeded$ subscriptionTimeoutExceededInstance()
-
-