Interface EventSourcedEntity.ReadOnlyEffect<T>

All Superinterfaces:
EventSourcedEntity.Effect<T>
Enclosing class:
EventSourcedEntity<S,E>

public static interface EventSourcedEntity.ReadOnlyEffect<T> extends EventSourcedEntity.Effect<T>
An effect that is known to be read only and does not update the state of the entity.