ConsistencyConfig

Default consistency levels applied to all operations.

Override per-operation or per-table with @ReadConsistency/@WriteConsistency annotations, or pass a consistency parameter directly to repository methods.

Resolution order (highest priority first):

  1. Per-operation parameter

  2. @ReadConsistency / @WriteConsistency on the entity class

  3. These defaults

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard