Class UntypedActorSubscriber

  • All Implemented Interfaces:
    Actor, ActorSubscriber

    public abstract class UntypedActorSubscriber
    extends UntypedActor
    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
    See Also:
    ActorSubscriber
    • Constructor Detail

      • UntypedActorSubscriber

        public UntypedActorSubscriber()
        Deprecated.
    • Method Detail

      • create

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