Force use of IOManager factory methods to create default IOManager. If additional IOManagers are required in an ActorSystem the actors must be started manually
This commit is contained in:
parent
8894772282
commit
d2b8d91569
1 changed files with 1 additions and 1 deletions
|
|
@ -408,7 +408,7 @@ object IO {
|
|||
|
||||
}
|
||||
|
||||
final class IOManager(system: ActorSystem) extends Extension {
|
||||
final class IOManager private (system: ActorSystem) extends Extension {
|
||||
val actor = system.actorOf(Props[IOManagerActor], "io-manager")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue