object ActorPublisher

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

Value Members

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

    Create a org.reactivestreams.Publisher backed by a ActorPublisher actor.

    Create a org.reactivestreams.Publisher backed by a ActorPublisher actor. It can be attached to a org.reactivestreams.Subscriber or be used as an input source for a akka.stream.scaladsl.Flow.