OperationSnapshot

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.

Constructors

Link copied to clipboard
constructor(operationId: String, state: OperationState, totalIntents: UInt, acceptedIntents: UInt, rejectedIntents: UInt, queuedIntents: UInt, activeIntents: UInt)

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.