Akka.Persistence.Extras
0.4.2
Prefix Reserved
See the version list below for details.
dotnet add package Akka.Persistence.Extras --version 0.4.2
NuGet\Install-Package Akka.Persistence.Extras -Version 0.4.2
<PackageReference Include="Akka.Persistence.Extras" Version="0.4.2" />
paket add Akka.Persistence.Extras --version 0.4.2
#r "nuget: Akka.Persistence.Extras, 0.4.2"
// Install Akka.Persistence.Extras as a Cake Addin #addin nuget:?package=Akka.Persistence.Extras&version=0.4.2 // Install Akka.Persistence.Extras as a Cake Tool #tool nuget:?package=Akka.Persistence.Extras&version=0.4.2
Additional features and tools for the Akka.Persistence library.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.6 is compatible. netstandard2.0 was computed. netstandard2.1 was computed. |
.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. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5
- Akka.Persistence (>= 1.3.13)
- Petabridge.Collections (>= 1.0.0)
-
.NETStandard 1.6
- Akka.Persistence (>= 1.3.13)
- NETStandard.Library (>= 1.6.1)
- Petabridge.Collections (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Akka.Persistence.Extras:
Repository | Stars |
---|---|
Aaronontheweb/InMemoryCQRSReplication
Akka.NET Reference Architecture - CQRS + Sharding + In-Memory Replication
|
Version | Downloads | Last updated |
---|---|---|
1.5.1 | 47,679 | 3/20/2023 |
0.5.4 | 67,824 | 12/27/2021 |
0.5.3 | 21,349 | 9/10/2021 |
0.5.2 | 30,093 | 11/23/2020 |
0.5.1 | 442 | 11/16/2020 |
0.5.0 | 7,381 | 3/11/2020 |
0.5.0-rc2 | 408 | 3/10/2020 |
0.5.0-rc1 | 465 | 3/3/2020 |
0.4.4 | 857 | 2/4/2020 |
0.4.3 | 1,773 | 5/24/2019 |
0.4.2 | 1,104 | 5/20/2019 |
0.4.1 | 610 | 5/9/2019 |
0.4.0 | 619 | 4/2/2019 |
0.3.0 | 733 | 2/15/2019 |
0.2.0 | 666 | 2/15/2019 |
0.1.0 | 1,151 | 2/15/2019 |
[Implemented: PersistenceSupervisor: need to add an option for no "make confirmable" function ](https://github.com/petabridge/Akka.Persistence.Extras/issues/47)
[Implemented: PersistenceSupervisor: accept a Func<IActorRef> => Props function similar to what we do for Cluster.Sharding](https://github.com/petabridge/Akka.Persistence.Extras/issues/48)
`PersistenceSupervisor` now contains overloadable `IConfirmableMessage DoMakeEventConfirmable(object message, long deliveryId)` and `bool CheckIsEvent(object message)` that may be subclassed directly from the `PersistenceSupervisor` base class.