object AbstractActorSubscriber

Java API compatible with lambda expressions

Annotations
@deprecated
Deprecated

(Since version 2.5.0) 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.

Source
ActorSubscriber.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractActorSubscriber
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def create[T](ref: ActorRef): Subscriber[T]

    Java API compatible with lambda expressions: Attach a AbstractActorSubscriber actor as a org.reactivestreams.Subscriber o a org.reactivestreams.Publisher or akka.stream.javadsl.Flow.