T - parameter type for the callbackpublic interface AsyncCallback<T>
| Modifier and Type | Method and Description | 
|---|---|
| void | callback(T response)This method is called back when the corresponding asynchronous operation
 completes. | 
void callback(T response)
response - response of the callbackCopyright © 2008–2023 Apache Software Foundation. All rights reserved.