org.fusesource.restygwt.client.callback
Class RetryingCallbackFactory
java.lang.Object
org.fusesource.restygwt.client.callback.RetryingCallbackFactory
- All Implemented Interfaces:
- CallbackFactory
public class RetryingCallbackFactory
- extends Object
- implements CallbackFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RetryingCallbackFactory
public RetryingCallbackFactory(int gracePeriodMillis,
int numberOfRetries,
CallbackFilter... callbackFilters)
RetryingCallbackFactory
public RetryingCallbackFactory(CallbackFilter... callbackFilters)
createCallback
public FilterawareRequestCallback createCallback(Method method)
- helper method to create the callback with all configurations wanted
- Specified by:
createCallback in interface CallbackFactory
- Parameters:
method -
- Returns:
Copyright © 2010-2011 FuseSource, Corp.. All Rights Reserved.