Class UnsureResponse

java.lang.Object
org.infinispan.remoting.responses.UnsureResponse
All Implemented Interfaces:
Response, ValidResponse<Void>

@ProtoTypeId(50) public class UnsureResponse extends Object implements ValidResponse<Void>
An unsure response - used with Dist - essentially asks the caller to check the next response from the next node since the sender is in a state of flux (probably in the middle of rebalancing)
Since:
4.0
Author:
Manik Surtani