File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ This is a sort of typed [Memento pattern](https://grokipedia.com/page/Memento_pa
219219the Orleans state persistence mechanisms to read and write the actor state without requiring
220220any additional code from the developer.
221221
222- > [ !IMPORTANT ]
222+ > [ !NOTE ]
223223> This code is automatically guaranteed to be in sync with the actor's properties and fields,
224224> since it's generated at compile time.
225225
@@ -380,7 +380,7 @@ partial class Account
380380}
381381```
382382
383- > [ !IMPORTANT ]
383+ > [ !NOTE ]
384384> Note how there's no dynamic dispatch here 💯.
385385
386386An important colorary of this project is that the design of a library and particularly
@@ -494,7 +494,7 @@ Note how the grain is a partial class, so you can add your own methods to it. Th
494494code also uses whichever method names (and overloads) you used in your actor class to handle
495495the incoming messages, so it doesn't impose any particular naming convention.
496496
497- > [ !IMPORTANT ]
497+ > [ !NOTE ]
498498> Note how there's no dynamic dispatch here either 💯.
499499
500500Since the grain metadata/registry is generated by a source generator, and source generators
You can’t perform that action at this time.
0 commit comments