Cqrs.Akka
2.4.1639.856
dotnet add package Cqrs.Akka --version 2.4.1639.856
NuGet\Install-Package Cqrs.Akka -Version 2.4.1639.856
<PackageReference Include="Cqrs.Akka" Version="2.4.1639.856" />
paket add Cqrs.Akka --version 2.4.1639.856
#r "nuget: Cqrs.Akka, 2.4.1639.856"
// Install Cqrs.Akka as a Cake Addin #addin nuget:?package=Cqrs.Akka&version=2.4.1639.856 // Install Cqrs.Akka as a Cake Tool #tool nuget:?package=Cqrs.Akka&version=2.4.1639.856
Use Akka.NET actors in CQRS.NET
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Akka (>= 1.0.4)
- cdmdotnet.Logging (>= 1.2.100.77)
- cdmdotnet.StateManagement (>= 3.0.13.9)
- Cqrs (= 2.4.1639.856)
- Newtonsoft.Json (>= 7.0.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Cqrs.Akka:
Package | Downloads |
---|---|
Cqrs.Ninject.Akka
Use Ninject as your IoC container of choice with Akka.Net for CQRS.NET |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.4.1639.856 | 1,386 | 8/17/2018 |
2.4.1622.842 | 1,270 | 6/29/2018 |
2.4.1621.841 | 1,155 | 6/24/2018 |
2.4.1619.839 | 1,297 | 6/24/2018 |
2.3.1595.820 | 1,276 | 3/29/2018 |
2.3.1584.809 | 1,229 | 3/20/2018 |
2.3.1583.808 | 1,255 | 3/20/2018 |
2.3.1581.806 | 1,272 | 3/15/2018 |
2.3.1580.805 | 1,233 | 3/8/2018 |
2.3.1579.804 | 1,238 | 3/8/2018 |
2.3.1572.797 | 1,298 | 2/19/2018 |
2.2.1466.702 | 1,230 | 9/18/2017 |
2.2.1440.678 | 1,244 | 8/1/2017 |
2.2.1428.666 | 1,184 | 7/25/2017 |
2.2.1410.652 | 1,209 | 7/23/2017 |
2.2.1405.647 | 1,203 | 7/21/2017 |
2.1.1347.590 | 1,263 | 6/23/2017 |
2.0.1317.561 | 1,254 | 6/6/2017 |
1.601.1007 | 1,415 | 5/24/2016 |
1.601.954 | 1,310 | 5/2/2016 |
1.601.790 | 1,283 | 2/23/2016 |
1.601.787 | 1,370 | 11/2/2015 |
Version 2.3
* Added IEventWithIdentity and ICommandWithIdentity to provide better event and command traceability versus aggregate and saga identification.
* Added better command sending abilities into Sagas.
Version 2.1
* Added Saga/Process Manager via a new Cqrs.Akka.Domain.AkkaSaga class. This is an event handler with access to the Command Bus for sending command and uses an EventStore for state management.
Version 2.0
* Added configurable setting to enable certain events and commands to not be required to be handled by the service bus (useful when you want an instance of the system to just run a subset of all possible events that might be received by a poorly configured bus). Currently only AzureService bus support this.
* Added configurable setting to change the default behaviour of the "certain events and commands are required or not" settings into a white-list or black-list
* Added SendAndWait to command senders.
* Added ability to send a collection of commands and events.