Aaronontheweb on dev
Akka.DependencyInjection.Servic… (compare)
Aaronontheweb on 1.4.16
Aaronontheweb on master
Bump AkkaVersion from 1.4.14 to… Correct warning on circuit too … Added v1.4.16 release notes (#1… and 1 more (compare)
Aaronontheweb on 1.4.16
csproj
file
/// <summary>
/// Used to load HOCON definitions from a dedicated HOCON file
/// </summary>
public static class HoconLoader
{
/// <summary>
/// Parses a HOCON <see cref="Config" /> object from an underlying file
/// </summary>
/// <param name="path">The path to the HOCON file.</param>
/// <returns>A parsed <see cref="Config" /> object.</returns>
public static Config FromFile(string path)
{
return ConfigurationFactory.ParseString(File.ReadAllText(path));
}
}
Microsoft.Extensions.Configuration
ActorSystem.Create(string name, Config config)
method
Copy Always
or Copy If Newer
Tell
ed. IIRC Monitoring does something like it - but is there a generic way to hook in somewhere in order to get the data I'm looking for?
AroundReceive
base method