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:
Cross-referencing Ability to intercept OnActivateAsync for grain
How should the API look, @SebastianStehle / others?
The IIncomingGrainCallFilter and IIncomingGrainCallContext is great. Would be good to have something similar with a Invoke delegate to control when your code is running.
+1 on this request. We have a need for the same. It would be great to have something like IIncomingGrainCallFilter for activations and de-activations
Most helpful comment
+1 on this request. We have a need for the same. It would be great to have something like IIncomingGrainCallFilter for activations and de-activations