Interface KeyValueEntity.ReadOnlyEffect<T>

Type Parameters:
T - The type of the message that will be returned by this effect
All Superinterfaces:
KeyValueEntity.Effect<T>
Enclosing class:
KeyValueEntity<S>

public static interface KeyValueEntity.ReadOnlyEffect<T> extends KeyValueEntity.Effect<T>
A read-only effect that does not modify the entity state. These effects are used for operations that only read data or send replies without persisting any changes.

Read-only effects are important for multi-region replication as they can be served from any region, not just the primary region where writes are handled.