Package kalix.javasdk.view
Interface View.UpdateEffect<S>
- Type Parameters:
S- The type of the state for this entity.
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.
-
Nested Class Summary
Nested Classes