Class SuccessfulResponse<T>
java.lang.Object
org.infinispan.remoting.responses.ValidResponse
org.infinispan.remoting.responses.SuccessfulResponse<T>
- All Implemented Interfaces:
Response
- Direct Known Subclasses:
BiasRevocationResponse
A successful response
- Since:
- 4.0
- Author:
- Manik Surtani
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> SuccessfulResponse<T>
create
(T responseValue) boolean
int
hashCode()
boolean
toString()
Methods inherited from class org.infinispan.remoting.responses.ValidResponse
isValid
-
Field Details
-
SUCCESSFUL_EMPTY_RESPONSE
-
-
Constructor Details
-
SuccessfulResponse
-
-
Method Details
-
create
-
isSuccessful
public boolean isSuccessful() -
getResponseValue
- Specified by:
getResponseValue
in classValidResponse
-
equals
-
hashCode
public int hashCode() -
toString
- Overrides:
toString
in classValidResponse
-