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