public class EventStreamUnsubscriber$
extends java.lang.Object
Provides factory for EventStreamUnsubscriber
actors with **unique names**.
This is needed if someone spins up more EventStream
s using the same ActorSystem
,
each stream gets it's own unsubscriber.
Modifier and Type | Field and Description |
---|---|
static EventStreamUnsubscriber$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
EventStreamUnsubscriber$() |
Modifier and Type | Method and Description |
---|---|
ActorRef |
start(ActorSystem system,
EventStream stream) |
public static final EventStreamUnsubscriber$ MODULE$
public ActorRef start(ActorSystem system, EventStream stream)