public interface RequestResultHandler
ObjectStore object to deliver the results of
servicing a simple request, such as 'put' or 'remove', that does not return
any objects but only a status indication.| Modifier and Type | Method and Description |
|---|---|
void |
handle(ResultDesc[] results)
Receive the results of a request.
|
void handle(ResultDesc[] results)
results - Results of the operation. The elements in the array
will correspond one-to-one with the elements of the 'what' parameter
of the request initiating the action reported on here.Copyright © 2017. All rights reserved.