@Deprecated public interface ResponseHandler
OperationService
when it has calculated a response. This way you can hook
into the system and decide what to do with it: for example, send it to the right machine.
This interface is deprecated since Hazelcast 3.6. Use OperationResponseHandler
instead.Modifier and Type | Method and Description |
---|---|
boolean |
isLocal()
Deprecated.
|
void |
sendResponse(Object obj)
Deprecated.
|
void sendResponse(Object obj)
boolean isLocal()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.