Package akka.javasdk.keyvalueentity
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>
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.
-
Nested Class Summary
Nested classes/interfaces inherited from interface akka.javasdk.keyvalueentity.KeyValueEntity.Effect
KeyValueEntity.Effect.Builder<S>, KeyValueEntity.Effect.OnSuccessBuilder<S>