Package akka.javasdk.view
Interface TableUpdater.Effect.Builder<S>
- Enclosing interface:
TableUpdater.Effect<S>
public static interface TableUpdater.Effect.Builder<S>
-
Method Summary
Modifier and TypeMethodDescriptionDeletes the view row.ignore()Ignore this event (and continue to process the next).Updates the state of view row.
-
Method Details
-
updateRow
Updates the state of view row. -
deleteRow
TableUpdater.Effect<S> deleteRow()Deletes the view row. -
ignore
TableUpdater.Effect<S> ignore()Ignore this event (and continue to process the next).
-