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.Modifier and Type | Method and Description |
---|---|
void |
sendResponse(O op,
Object response)
Sends a response.
|
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.