Class AbortLocalTransactionRequest

All Implemented Interfaces:
Serializable, Immutable

public final class AbortLocalTransactionRequest extends AbstractLocalTransactionRequest<AbortLocalTransactionRequest>
Request to abort a local transaction. Since local transactions do not introduce state on the backend until they are ready, the purpose of this message is to inform the backend that a message identifier has been used. This is not important for single transactions, but is critical to ensure transaction ordering within local histories.
See Also:
  • Constructor Details