dotnet/orleans

Feature request: IActivationFilter

Open

#4,519 建立於 2018年4月27日

在 GitHub 查看
 (9 留言) (6 反應) (1 負責人)C# (10,777 star) (2,123 fork)batch import
hacktoberfesthelp wanted

描述

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

貢獻者指南