dotnet/orleans

Feature request: IActivationFilter

Open

#4,519 opened on Apr 27, 2018

View on GitHub
 (9 comments) (6 reactions) (1 assignee)C# (2,123 forks)batch import
hacktoberfesthelp wanted

Repository metrics

Stars
 (10,777 stars)
PR merge metrics
 (Avg merge 2d 2h) (64 merged PRs in 30d)

Description

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

Contributor guide