V - valuepublic interface ExecutionCallback<V>
| Modifier and Type | Method and Description | 
|---|---|
void | 
onFailure(Throwable t)
Called when an execution is completed with an error. 
 | 
void | 
onResponse(V response)
Called when an execution is completed successfully. 
 | 
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.