Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 1.32 KB

File metadata and controls

13 lines (6 loc) · 1.32 KB

Orleans.StorageProviderInterceptors

Orleans.StorageProviderInterceptors NuGet Package Orleans.StorageProviderInterceptors NuGet Package Downloads GitHub Actions Status

GitHub Actions Build History

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/