Class Delayer<T>

java.lang.Object
org.jgroups.util.Delayer<T>

public class Delayer<T> extends Object
Collects actions by key and executes them - if a predicate is true - every N ms.
Since:
5.3.1
  • Field Details

  • Constructor Details

    • Delayer

      public Delayer(long timeout)
  • Method Details