/// <summary> /// Gor graceful shutdown of all listening threads /// </summary> public void StopListening() { Bus.Stop(); Log.Info("Stopped listening for messages"); }
/// <summary> /// Gor graceful shutdown of all listening threads /// </summary> public void StopListening() { Bus.Stop(); _log.LogInformation("Stopped listening for messages"); }