java.lang.Object
java.lang.Record
com.orientechnologies.orient.distributed.context.coordination.message.OConfirmedRetryOp
All Implemented Interfaces:
ODistributedMessage

public record OConfirmedRetryOp(OTransactionIdPromise promiseId, OOperationMessage op) extends Record implements ODistributedMessage
  • Constructor Details

    • OConfirmedRetryOp

      public OConfirmedRetryOp(OTransactionIdPromise promiseId, OOperationMessage op)
      Creates an instance of a OConfirmedRetryOp record class.
      Parameters:
      promiseId - the value for the promiseId record component
      op - the value for the op record component
  • Method Details