Package akka.event
Class EventStreamUnsubscriber$
- java.lang.Object
 - 
- akka.event.EventStreamUnsubscriber$
 
 
- 
public class EventStreamUnsubscriber$ extends java.lang.ObjectINTERNAL APIProvides factory for
EventStreamUnsubscriberactors with **unique names**. This is needed if someone spins up moreEventStreams using the sameActorSystem, each stream gets it's own unsubscriber. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static EventStreamUnsubscriber$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description EventStreamUnsubscriber$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean$lessinit$greater$default$2()ActorRefstart(ActorSystem system, EventStream stream) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final EventStreamUnsubscriber$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
$lessinit$greater$default$2
public boolean $lessinit$greater$default$2()
 
- 
start
public ActorRef start(ActorSystem system, EventStream stream)
 
 - 
 
 -