O
- type of the Operation
public interface OperationResponseHandler<O extends Operation>
OperationService
when it has calculated a response. This way you can hook
into the Operation execution and decide what to do with it: for example, send it to the right machine.
Also during the development of Hazelcast 3.6 additional methods will be added to the OperationResponseHandler for certain
types of responses like exceptions, backup complete etc.Modifier and Type | Method and Description |
---|---|
void |
sendResponse(O op,
Object response)
Sends a response.
|
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.