* the name of the actor is of no importance
This commit is contained in:
parent
1ba5b27158
commit
2b803562f0
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ abstract class EndToEndEventAdapterSpec(journalName: String, journalConfig: Conf
|
|||
""".stripMargin)
|
||||
|
||||
def persister(name: String, probe: Option[ActorRef] = None)(implicit system: ActorSystem) =
|
||||
system.actorOf(Props(classOf[EndToEndAdapterActor], name, "akka.persistence.journal." + journalName, probe), name)
|
||||
system.actorOf(Props(classOf[EndToEndAdapterActor], name, "akka.persistence.journal." + journalName, probe))
|
||||
|
||||
def withActorSystem[T](name: String, config: Config)(block: ActorSystem ⇒ T): T = {
|
||||
val system = ActorSystem(name, journalConfig withFallback config)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue