Class AbstractActorSubscriber

  • All Implemented Interfaces:
    Actor, ActorSubscriber

    public abstract class AbstractActorSubscriber
    extends AbstractActor
    implements ActorSubscriber
    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.
    Java API compatible with lambda expressions
    See Also:
    ActorSubscriber
    • Constructor Detail

      • AbstractActorSubscriber

        public AbstractActorSubscriber()
        Deprecated.
    • Method Detail

      • create

        public static <T> org.reactivestreams.Subscriber<T> create​(ActorRef ref)
        Deprecated.