Package akka.stream.actor
Class AbstractActorSubscriber$
- java.lang.Object
-
- akka.stream.actor.AbstractActorSubscriber$
-
public class AbstractActorSubscriber$ extends java.lang.Object
Deprecated.Use `akka.stream.stage.GraphStage` instead, it allows for all operations an Actor would and is more type-safe as well as guaranteed to be ReactiveStreams compliant. Since 2.5.0.Java API compatible with lambda expressions: Attach aAbstractActorSubscriber
actor as aSubscriber
o aPublisher
orFlow
.
-
-
Field Summary
Fields Modifier and Type Field Description static AbstractActorSubscriber$
MODULE$
Deprecated.Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description AbstractActorSubscriber$()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description <T> org.reactivestreams.Subscriber<T>
create(ActorRef ref)
Deprecated.
-
-
-
Field Detail
-
MODULE$
public static final AbstractActorSubscriber$ MODULE$
Deprecated.Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
create
public <T> org.reactivestreams.Subscriber<T> create(ActorRef ref)
Deprecated.
-
-