Interface Notifier


  • public interface Notifier
    A notifier interface, which is executed, in case a certain metric is matched on the percolation query
    • 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 percolation
        matchedId - The name of the percolation id, that matched