Interface View.UpdateEffect<S>

Type Parameters:
S - The type of the state for this entity.
Enclosing class:
View<S>

public static interface View.UpdateEffect<S>
Construct the effect that is returned by the command handler. The effect describes next processing actions, such as emitting events and sending a reply.