Class SuccessfulBytesResponse
java.lang.Object
org.infinispan.remoting.responses.SuccessfulBytesResponse
- All Implemented Interfaces:
Response, SuccessfulResponse<byte[]>, ValidResponse<byte[]>
@ProtoTypeId(33)
public class SuccessfulBytesResponse
extends Object
implements SuccessfulResponse<byte[]>
- 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
public byte[] getResponseValue()- Specified by:
getResponseValuein interfaceValidResponse<byte[]>
-
equals
-
hashCode
-
toString
-