Class UntypedActorSubscriber$


  • public class UntypedActorSubscriber$
    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: Attach a UntypedActorSubscriber actor as a Subscriber to a Publisher or Flow.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static UntypedActorSubscriber$ MODULE$
      Deprecated.
      Static reference to the singleton instance of this Scala object.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      <T> org.reactivestreams.Subscriber<T> create​(ActorRef ref)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final UntypedActorSubscriber$ MODULE$
        Deprecated.
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • UntypedActorSubscriber$

        public UntypedActorSubscriber$()
        Deprecated.
    • Method Detail

      • create

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