com.hazelcast.executor.impl.client
Interface RefreshableRequest

All Known Implementing Classes:
TargetCallableRequest

public interface RefreshableRequest

A request which should be refreshed before resending it.

Used in cases which requires a request retrial due to an exception such as TargetNotMemberException or HazelcastInstanceNotActiveException e.g. when those exceptions occurred a request may want to reset its target address.


Method Summary
 void refresh()
           
 

Method Detail

refresh

void refresh()


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