Class UnsureResponse
java.lang.Object
org.infinispan.remoting.responses.UnsureResponse
- All Implemented Interfaces:
Response
,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
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
UnsureResponse
public UnsureResponse()
-
-
Method Details
-
isSuccessful
public boolean isSuccessful()- Specified by:
isSuccessful
in interfaceResponse
- Specified by:
isSuccessful
in interfaceValidResponse<Void>
-
getResponseValue
- Specified by:
getResponseValue
in interfaceValidResponse<Void>
-