dotnet/orleans

Feature request: IActivationFilter

Open

#4,519 创建于 2018年4月27日

在 GitHub 查看
 (9 评论) (6 反应) (1 负责人)C# (2,123 fork)batch import
hacktoberfesthelp wanted

仓库指标

Star
 (10,777 star)
PR 合并指标
 (平均合并 2天 2小时) (30 天内合并 64 个 PR)

描述

In obit you have this extension interface: https://github.com/orbit/orbit/blob/master/actors/core/src/main/java/cloud/orbit/actors/extensions/LifetimeExtension.java

I thing it would be great to introduce IActionFilter with a similar signature to IIncomingGrainCallFilter.

Use cases:

  1. Custom storage solutions
  2. Logging
  3. Exception handling
  4. Integration to Orleans Dashboard

贡献者指南