Class IncrementTransactionSequenceRequest

All Implemented Interfaces:
Serializable, Immutable

public final class IncrementTransactionSequenceRequest extends AbstractReadTransactionRequest<IncrementTransactionSequenceRequest>
A blank transaction request. This is used to provide backfill requests in converted retransmit scenarios, such as when a initial request to a transaction (such as a ReadTransactionRequest) is satisfied by the backend before the need to replay the transaction to a different remote backend.
Author:
Robert Varga
See Also:
  • Constructor Details

    • IncrementTransactionSequenceRequest

      public IncrementTransactionSequenceRequest(TransactionIdentifier identifier, long sequence, ActorRef replyTo, boolean snapshotOnly, long increment)
  • Method Details