}
}).withRouter(new FromConfig()), "standaloneFileFetcher");
zipFileFetcher = system.actorOf(new Props(new UntypedActorFactory() {
public UntypedActor create() {
return new ZipFileFetcher(client);
}
}).withRouter(new FromConfig()), "standaloneZipFileFetcher");
}