O - type of the Operationpublic 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.| Modifier and Type | Method and Description | 
|---|---|
void | 
sendResponse(O op,
            Object response)
Sends a response. 
 | 
void sendResponse(O op, Object response)
op - the operation that got executed.response - the response of the operation that got executed.HazelcastSerializationException - if response is not serializable or
                                                                         contains non serializable object
                                                                         inside NormalResponseCopyright © 2019 Hazelcast, Inc.. All Rights Reserved.