Class AbstractActorPublisher<T>

  • All Implemented Interfaces:
    Actor, ActorPublisher<T>

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

      • AbstractActorPublisher

        public AbstractActorPublisher()
        Deprecated.
    • Method Detail

      • create

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