com.hazelcast.spi
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.Modifier and Type | Method and Description |
---|---|
boolean |
isLocal() |
void |
sendResponse(Object obj) |
void sendResponse(Object obj)
boolean isLocal()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.