org.apache.pekko.remote.DefaultFailureDetectorRegistry
Value parameters
-
detectorFactory
-
By-name parameter that returns the failure detector instance to be used by a newly registered resource
Attributes
-
Source
-
DefaultFailureDetectorRegistry.scala
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
Records a heartbeat for a resource. If the resource is not yet registered (i.e. this is the first heartbeat) then it is automatically registered.
Records a heartbeat for a resource. If the resource is not yet registered (i.e. this is the first heartbeat) then it is automatically registered.
Attributes
-
Definition Classes
-
-
Source
-
DefaultFailureDetectorRegistry.scala
Returns true if the resource is considered to be up and healthy and returns false otherwise. For unregistered resources it returns true.
Returns true if the resource is considered to be up and healthy and returns false otherwise. For unregistered resources it returns true.
Attributes
-
Definition Classes
-
-
Source
-
DefaultFailureDetectorRegistry.scala
Returns true if the failure detector has received any heartbeats and started monitoring of the resource.
Removes the heartbeat management for a resource.
Removes all resources and any associated failure detector state.