Class ClusterMetricsStrategy$

java.lang.Object
org.apache.pekko.cluster.metrics.ClusterMetricsStrategy$
All Implemented Interfaces:
Serializable

public class ClusterMetricsStrategy$ extends Object implements Serializable
Provide custom metrics strategy resources.
See Also:
  • Field Details

    • MODULE$

      public static final ClusterMetricsStrategy$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • ClusterMetricsStrategy$

      public ClusterMetricsStrategy$()
  • Method Details

    • metricsDecider

      public scala.PartialFunction<Throwable,SupervisorStrategy.Directive> metricsDecider()
      pekko.actor.SupervisorStrategy Decider which allows to survive intermittent Sigar native method calls failures.