Class UntypedActorPublisher<T>

  • All Implemented Interfaces:
    Actor, ActorPublisher<T>

    public abstract class UntypedActorPublisher<T>
    extends UntypedActor
    implements ActorPublisher<T>
    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
    See Also:
    ActorPublisher
    • Constructor Detail

      • UntypedActorPublisher

        public UntypedActorPublisher()
        Deprecated.
    • Method Detail

      • create

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