public class DefaultDebouncerProvider extends java.lang.Object implements DebouncerProvider, org.springframework.beans.factory.DisposableBean
| Constructor and Description |
|---|
DefaultDebouncerProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
Debouncer |
getDebouncer(org.aopalliance.intercept.MethodInvocation invocation,
long waitFor,
long maxWaitFor,
java.lang.String debouncerName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDebouncerpublic Debouncer getDebouncer(org.aopalliance.intercept.MethodInvocation invocation, long waitFor, long maxWaitFor, java.lang.String debouncerName)
getDebouncer in interface DebouncerProviderpublic void destroy()
throws java.lang.Exception
destroy in interface org.springframework.beans.factory.DisposableBeanjava.lang.Exception