Skip to content

Version 1.601.x Early adopter of AKKA.NET

cdmdotnet edited this page Sep 25, 2015 · 3 revisions

AKKA.NET

Starting from version 1.601 CQRS will now have support for using AKKA.NET. This isn't to say you HAVE to use AKKA.NET, just that it's an option for event and command handlers.

We're starting with event handlers first, then we'll slow roll out support for command handlers as they're a little trickier with the Event Store.

Most of this support will be in the UML models. To enable AKKA.NET just update the Cqrs.Modelling package, go to your Domain node, and look for the two new options on the Domain Stereotype:

  • CommandHandlerTechnology
  • EventHandlerTechnology

Built In is the current, version 1.600 and prior event handling model. Switching to AKKA.Net will result in AKKA.NET code generation kicking in. You'll have to manually add a reference to the AKKA.NET nuget packages, but packages haev always been outside the realm of our code generation.

Clone this wiki locally