Uses of Interface
com.hazelcast.client.spi.ResponseHandler

Packages that use ResponseHandler
com.hazelcast.client.spi   
 

Uses of ResponseHandler in com.hazelcast.client.spi
 

Methods in com.hazelcast.client.spi with parameters of type ResponseHandler
 void ClientInvocationService.invokeOnKeyOwner(Object request, Object key, ResponseHandler handler)
           
 void ClientInvocationService.invokeOnRandomTarget(Object request, ResponseHandler handler)
           
 void ClientInvocationService.invokeOnTarget(Object request, com.hazelcast.nio.Address target, ResponseHandler handler)
           
 



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