object UntypedActorPublisher

Java API

Source
ActorPublisher.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UntypedActorPublisher
  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: Create a org.reactivestreams.Publisher backed by a UntypedActorPublisher actor.

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