object AbstractActorPublisher

Java API compatible with lambda expressions

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

Value Members

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

    Java API compatible with lambda expressions: Create a org.reactivestreams.Publisher backed by a AbstractActorPublisher actor.

    Java API compatible with lambda expressions: Create a org.reactivestreams.Publisher backed by a AbstractActorPublisher actor. It can be attached to a org.reactivestreams.Subscriber or be used as an input source for a akka.stream.javadsl.Flow.