Added more flexibility to ListenerManagement
This commit is contained in:
parent
d82a804454
commit
ea2f7bb3b6
3 changed files with 16 additions and 7 deletions
|
|
@ -330,6 +330,8 @@ class RemoteServer extends Logging with ListenerManagement {
|
|||
}
|
||||
}
|
||||
|
||||
protected override def manageLifeCycleOfListeners = false
|
||||
|
||||
protected[akka] override def foreachListener(f: (ActorRef) => Unit): Unit = super.foreachListener(f)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue