Class PrepareResponse

java.lang.Object
org.infinispan.remoting.responses.ValidResponse
org.infinispan.remoting.responses.PrepareResponse
All Implemented Interfaces:
Response

public class PrepareResponse extends ValidResponse
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