Fixed typo
Co-Authored-By: Arnout Engelen <arnout@bzzt.net>
This commit is contained in:
parent
21bbae8c46
commit
86bfcd6e74
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ object Persistence extends ExtensionId[Persistence] with ExtensionIdProvider {
|
||||||
/** INTERNAL API. */
|
/** INTERNAL API. */
|
||||||
private[persistence] case class PluginHolder(actorFactory: () => ActorRef, adapters: EventAdapters, config: Config)
|
private[persistence] case class PluginHolder(actorFactory: () => ActorRef, adapters: EventAdapters, config: Config)
|
||||||
extends Extension {
|
extends Extension {
|
||||||
// lazy creation of actor so that it's not started when only lookup up adapters
|
// lazy creation of actor so that it's not started when only looking up adapters
|
||||||
lazy val actor: ActorRef = actorFactory()
|
lazy val actor: ActorRef = actorFactory()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue