We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae48c2 commit 11a6269Copy full SHA for 11a6269
doc/design/milestone-0.0.2/action-api.md
@@ -42,7 +42,8 @@ This method also aligns with the original goal of ensuring that all actions of t
42
```Go
43
// Handle contains the business logic for an handling an Event
44
// It uses SDK Actions and Queries to reconcile the state
45
-func Handle(ctx context.Context, event sdkTypes.Event)
+// If an error is returned the Event would be requeued and sent to the Handler again
46
+func Handle(ctx context.Context, event sdkTypes.Event) error
47
```
48
49
### Create Update Delete:
0 commit comments