We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41694dc commit 0b2e530Copy full SHA for 0b2e530
README.md
@@ -61,7 +61,7 @@ processor := batch.StartProcessor(
61
62
// And use the processor inside http/grpc handler or technology-agnostic service.
63
// ResourceKey can be taken from request parameter.
64
-err := s.BatchProcessor.Run(resourceKey, func(r *YourResource) {
+err := processor.Run(resourceKey, func(r *YourResource) {
65
// Here you put the code which will executed sequentially inside batch
66
})
67
```
0 commit comments