SubmissionEntry<TLogEntry> Class

Definition

Base class for submission entries stored in pending queue.

public class SubmissionEntry<TLogEntry>
type SubmissionEntry<'LogEntry> = class
Public Class SubmissionEntry(Of TLogEntry)

Type Parameters

TLogEntry

The type of entry for this submission

Inheritance
SubmissionEntry<TLogEntry>

Constructors

SubmissionEntry<TLogEntry>()

Fields

ConditionalPosition

For conditional updates, the log position at which this update is supposed to be applied.

Entry

The log entry that is submitted.

ResultPromise

For conditional updates, a promise that resolves once it is known whether the update was successful or not.

SubmissionTime

A timestamp for this submission.

Applies to