Operation Snapshot
data class OperationSnapshot(val operationId: String, val state: OperationState, val totalIntents: UInt, val acceptedIntents: UInt, val rejectedIntents: UInt, val queuedIntents: UInt, val activeIntents: UInt)
Aggregate operation state for UI.
Properties
Link copied to clipboard
Accepted count.
Link copied to clipboard
Claimed or socket-written count.
Link copied to clipboard
Owning operation.
Link copied to clipboard
Pending or retryable count.
Link copied to clipboard
Permanently rejected count.
Link copied to clipboard
Derived user-visible state.
Link copied to clipboard
Required delivery count.