public class ActorPublisher$
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ActorPublisher$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
ActorPublisher$() |
| Modifier and Type | Method and Description |
|---|---|
<T> org.reactivestreams.Publisher<T> |
apply(ActorRef ref)
Create a
Publisher backed by a ActorPublisher actor. |
public static final ActorPublisher$ MODULE$
public <T> org.reactivestreams.Publisher<T> apply(ActorRef ref)
Publisher backed by a ActorPublisher actor. It can be
attached to a Subscriber or be used as an input source for a
Flow.ref - (undocumented)