public interface DebouncerProvider
| Modifier and Type | Method and Description |
|---|---|
default Debouncer |
getDebouncer(org.aopalliance.intercept.MethodInvocation invocation,
long waitFor,
long maxWaitFor) |
Debouncer |
getDebouncer(org.aopalliance.intercept.MethodInvocation invocation,
long waitFor,
long maxWaitFor,
java.lang.String debouncerName) |