Interface Notifier
-
public interface NotifierA notifier interface, which is executed, in case a certain metric is matched on the percolation query
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotify(JsonMetrics.JsonMetric<? extends com.codahale.metrics.Metric> jsonMetric, java.lang.String matchedId)
-
-
-
Method Detail
-
notify
void notify(JsonMetrics.JsonMetric<? extends com.codahale.metrics.Metric> jsonMetric, java.lang.String matchedId)
- Parameters:
jsonMetric- The json metric, which matched the percolationmatchedId- The name of the percolation id, that matched
-
-