Interface Workflow.ReadOnlyEffect<T>

All Superinterfaces:
Workflow.Effect<T>
Enclosing class:
Workflow<S>

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