dotnet/orleans

Feature request: IActivationFilter

Open

#4 519 ouverte le 27 avr. 2018

Voir sur GitHub
 (9 commentaires) (6 réactions) (1 assigné)C# (10 777 stars) (2 123 forks)batch import
hacktoberfesthelp wanted

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

Guide contributeur