OperationResult

data class OperationResult(val operation: OperationSnapshot, val revision: Long, val inserted: Boolean, val message: Message?)

Durable result of one idempotent high-level product command.

Constructors

Link copied to clipboard
constructor(operation: OperationSnapshot, revision: Long, inserted: Boolean, message: Message?)

Properties

Link copied to clipboard

False when the same command and payload already existed.

Link copied to clipboard

Effective message created by the command, when applicable.

Link copied to clipboard

Durable delivery operation and copies.

Link copied to clipboard

Account revision after the command.