Class SuccessfulCollectionResponse<T>
java.lang.Object
org.infinispan.remoting.responses.SuccessfulCollectionResponse<T>
- All Implemented Interfaces:
Response, SuccessfulResponse<Collection<T>>, ValidResponse<Collection<T>>
@ProtoTypeId(34)
public class SuccessfulCollectionResponse<T>
extends Object
implements SuccessfulResponse<Collection<T>>
- Since:
- 16.0
- Author:
- Ryan Emerson
-
Field Summary
Fields inherited from interface SuccessfulResponse
SUCCESSFUL_EMPTY_RESPONSE -
Method Summary
Methods inherited from interface ValidResponse
isSuccessful, isValid
-
Method Details
-
getResponseValue
- Specified by:
getResponseValuein interfaceValidResponse<T>
-
equals
-
hashCode
-
toString
-