Skip to content

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!

License

Notifications You must be signed in to change notification settings

ElanHasson/Orleans.StorageProviderInterceptors

This branch is 1 commit ahead of main.

Repository files navigation

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/