Class ActorPublisher$


  • public class ActorPublisher$
    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.
    Create a Publisher backed by a ActorPublisher actor. It can be attached to a Subscriber or be used as an input source for a Flow.
    • Field Summary

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

      Constructors 
      Constructor Description
      ActorPublisher$()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      <T> org.reactivestreams.Publisher<T> apply​(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 ActorPublisher$ MODULE$
        Deprecated.
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • ActorPublisher$

        public ActorPublisher$()
        Deprecated.
    • Method Detail

      • apply

        public <T> org.reactivestreams.Publisher<T> apply​(ActorRef ref)
        Deprecated.