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

Packages that use EventHandler
com.hazelcast.client.spi   
 

Uses of EventHandler in com.hazelcast.client.spi
 

Methods in com.hazelcast.client.spi with parameters of type EventHandler
<T> ICompletableFuture<T>
ClientInvocationService.invokeOnKeyOwner(ClientRequest request, Object key, EventHandler handler)
           
<T> ICompletableFuture<T>
ClientInvocationService.invokeOnRandomTarget(ClientRequest request, EventHandler handler)
           
<T> ICompletableFuture<T>
ClientInvocationService.invokeOnTarget(ClientRequest request, com.hazelcast.nio.Address target, EventHandler handler)
           
protected  String ClientProxy.listen(ClientRequest registrationRequest, EventHandler handler)
           
protected  String ClientProxy.listen(ClientRequest registrationRequest, Object partitionKey, EventHandler handler)
           
 



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