Class PrepareResponse

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

@ProtoTypeId(46) public class PrepareResponse extends Object implements ValidResponse<Void>
A ValidResponse used by Optimistic Transactions.

It contains the new IncrementableEntryVersion for each key updated.

To be extended in the future.

Since:
11.0
Author:
Pedro Ruivo