A - the TypedAction type.R - the result type for this action.public class RpcInterceptedAsyncCallback<A extends TypedAction<R>,R> extends DelegatingAsyncCallback<A,R,RpcInterceptor<?,?>>
AsyncCallback implementation wrapping another AsyncCallback object used by a Interceptor implementations to delegate the execution
result.| Constructor and Description |
|---|
RpcInterceptedAsyncCallback(DispatchCall<A,R> dispatchCall,
A action,
AsyncCallback<R> callback,
DelegatingDispatchRequest dispatchRequest) |
delegateExecute, delegateFailure, execute, getAction, getDispatchRequest, onFailure, onSuccesspublic RpcInterceptedAsyncCallback(DispatchCall<A,R> dispatchCall, A action, AsyncCallback<R> callback, DelegatingDispatchRequest dispatchRequest)
Copyright © 2010–2015 Arcbees. All rights reserved.