Beispiel #1
0
 private void DoBootUp(BootUp cmd)
 {
     _logger.Info($"{Self.Path.Name} booting up, Sir.");
 }
 private void DoBootUp(BootUp cmd)
 {
     Initialize();
     _logger.Info($"{Self.Path.Name} booting up, Sir.");
     Console.WriteLine($"Booting up AccountBusinessRulesMapper");
 }
Beispiel #3
0
        private void DoBootUp(BootUp me)
        {
            _log.Info($"About me: I am {Self.Path.Name} Msg: {me} I was last booted up on: {_lastBootedOn}");

            Self.Tell(new StartPortfolios());
        }