Skip to content

Instantly share code, notes, and snippets.

View PowerMogli's full-sized avatar

Albert Slupianek PowerMogli

  • nerdware GmbH
  • Germany
View GitHub Profile
NaipActorSystem = ActorSystem.Create("ScmActorSystem", AkkaSettings.GetConfiguration());
NaipActorSystem.ActorOf(Props.Empty.WithRouter(FromConfig.Instance), "webRouter");