Skip to content

Commit

Permalink
Update README.md (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElanHasson authored Sep 20, 2022
1 parent 170ebea commit 5ecd7d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@


An interceptor library for Orleans Storage Providers allowing interception of grain storage provider operations for transparent encryption, model state validation, or whatever else you can dream up!


The current interceptor implementation requires using `StorageInterceptor` instead of Orleans' `PersistentState` attribute on injected grain states.

Check out the sample app: https://github.com/ElanHasson/Orleans.StorageProviderInterceptors/blob/main/Source/Sample/

0 comments on commit 5ecd7d7

Please sign in to comment.