java.lang.Object
org.elasticsearch.xpack.core.watcher.actions.throttler.PeriodThrottler
All Implemented Interfaces:
Throttler

public class PeriodThrottler extends Object implements Throttler
This throttler throttles the action based on its last successful execution time. If the time passed since the last successful execution is lower than the given period, the action will be throttled.
  • Constructor Details

    • PeriodThrottler

      public PeriodThrottler(Clock clock, org.elasticsearch.core.TimeValue period)
  • Method Details