com.hazelcast.spi
Interface ResponseHandler

All Known Implementing Classes:
BasicPartitionInvocation, BasicTargetInvocation

public interface ResponseHandler

A handler for the OperationService when it has calculated a response. This way you can hook into the system and decide what to do with it, e.g. send it to the right machine,


Method Summary
 boolean isLocal()
           
 void sendResponse(Object obj)
           
 

Method Detail

sendResponse

void sendResponse(Object obj)

isLocal

boolean isLocal()


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.