Skip to content

jcwrequests/AkkaMonitoringSampe

Repository files navigation

This is to demonstrate how to write an AOP CastleWindor Interceptor, Akka Dependency Injection Contrib for CastleWindsor and akka-monitoring to make monitoring your Akka Actors simple.

Aaron Stannard wrote a really nice extension to monitor an Akka.net Actor system. Currently he supports right out of the box but you can easily add your own. I suggest that you check out his project for more details.

When an Actor goes through its life cycle you have to notify the monitor using an array of extension methods. This approach requires that the programmer to write code for several different contexts like when during Actor PreStart. This is repetitive code that could be replaced using AOP. In my sample I wrote a very basic Interceptor and Console monitor to demonstrate the possibilities.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages