Click or drag to resize
Akka.NETPhiAccrualFailureDetector Constructor (Config, EventStream)
Constructor that reads parameters from config. Expecting config properties named 'threshold', 'max-sample-size', 'min-std-deviation', 'acceptable-heartbeat-pause', and 'heartbeat-interval'.

Namespace:  Akka.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public PhiAccrualFailureDetector(
	Config config,
	EventStream ev
)

Parameters

config
Type: Akka.ConfigurationConfig
The HOCON configuration for the failure detector.
ev
Type: Akka.EventEventStream
The EventStream for this ActorSystem.
See Also