Akka.Persistence.SqlServer.Hosting
1.5.30
Prefix Reserved
dotnet add package Akka.Persistence.SqlServer.Hosting --version 1.5.30
NuGet\Install-Package Akka.Persistence.SqlServer.Hosting -Version 1.5.30
<PackageReference Include="Akka.Persistence.SqlServer.Hosting" Version="1.5.30" />
paket add Akka.Persistence.SqlServer.Hosting --version 1.5.30
#r "nuget: Akka.Persistence.SqlServer.Hosting, 1.5.30"
// Install Akka.Persistence.SqlServer.Hosting as a Cake Addin #addin nuget:?package=Akka.Persistence.SqlServer.Hosting&version=1.5.30 // Install Akka.Persistence.SqlServer.Hosting as a Cake Tool #tool nuget:?package=Akka.Persistence.SqlServer.Hosting&version=1.5.30
Akka.Persistence.SqlServer.Hosting
Akka.Hosting extension methods to add Akka.Persistence.SqlServer to an ActorSystem
Akka.Persistence.SqlServer Extension Methods
WithSqlServerPersistence() Method
public static AkkaConfigurationBuilder WithSqlServerPersistence(
this AkkaConfigurationBuilder builder,
string connectionString,
PersistenceMode mode = PersistenceMode.Both,
Action<AkkaPersistenceJournalBuilder>? configurator = null,
bool autoInitialize = true);
public static AkkaConfigurationBuilder WithSqlServerPersistence(
this AkkaConfigurationBuilder builder,
Action<SqlServerJournalOptions>? journalConfigurator = null,
Action<SqlServerSnapshotOptions>? snapshotConfigurator = null,
Action<AkkaPersistenceJournalBuilder>? configurator = null);
public static AkkaConfigurationBuilder WithSqlServerPersistence(
this AkkaConfigurationBuilder builder,
SqlServerJournalOptions? journalOptions = null,
SqlServerSnapshotOptions? snapshotOptions = null,
Action<AkkaPersistenceJournalBuilder>? configurator = null);
Parameters
connectionString
stringConnection string used for database access.
mode
PersistenceModeDetermines which settings should be added by this method call.
PersistenceMode.Journal
: Only add the journal settingsPersistenceMode.SnapshotStore
: Only add the snapshot store settingsPersistenceMode.Both
: Add both journal and snapshot store settings
configurator
Action<AkkaPersistenceJournalBuilder>An Action delegate used to configure an
AkkaPersistenceJournalBuilder
instance. Used to configure Event AdaptersjournalConfigurator
Action<SqlServerJournalOptions>An Action delegate to configure a
SqlServerJournalOptions
instance.snapshotConfigurator
Action<SqlServerSnapshotOptions>An Action delegate to configure a
SqlServerSnapshotOptions
instance.journalOptions
SqlServerJournalOptionsAn
SqlServerJournalOptions
instance to configure the SqlServer journal.snapshotOptions
SqlServerSnapshotOptionsAn
SqlServerSnapshotOptions
instance to configure the SqlServer snapshot store.
Example
using var host = new HostBuilder()
.ConfigureServices((context, services) =>
{
services.AddAkka("ecsBootstrapDemo", (builder, provider) =>
{
builder
.WithRemoting("localhost", 8110)
.WithClustering()
.WithSqlServerPersistence("your-sqlserver-connection-string");
});
}).Build();
await host.RunAsync();
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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | 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 | 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. |
-
.NETStandard 2.0
- Akka.Hosting (>= 1.5.30)
- Akka.Persistence.Hosting (>= 1.5.30)
- Akka.Persistence.Query.Sql (>= 1.5.30)
- Akka.Persistence.SqlServer (>= 1.5.30)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Akka.Persistence.SqlServer.Hosting:
Package | Downloads |
---|---|
FAkka.Server.Linux
Package Description |
|
FAkka.Shared.Linux
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.5.30 | 422 | 10/3/2024 |
1.5.29 | 104 | 10/1/2024 |
1.5.28 | 159 | 9/11/2024 |
1.5.15 | 4,377 | 1/18/2024 |
1.5.13 | 1,933 | 10/4/2023 |
1.5.4.1 | 4,214 | 5/1/2023 |
1.5.4 | 219 | 4/25/2023 |
1.5.3 | 211 | 4/25/2023 |
1.5.2 | 296 | 4/6/2023 |
1.5.1.1 | 218 | 4/4/2023 |
1.5.1 | 576 | 3/16/2023 |
1.5.0 | 1,352 | 3/2/2023 |
1.5.0-beta6 | 245 | 3/1/2023 |
1.5.0-beta4 | 126 | 3/1/2023 |
1.5.0-beta3 | 145 | 2/28/2023 |
1.5.0-alpha4 | 161 | 2/17/2023 |
1.0.3 | 1,796 | 2/8/2023 |
1.0.2 | 327 | 1/31/2023 |
1.0.1 | 7,483 | 1/6/2023 |
1.0.0 | 318 | 12/28/2022 |
0.5.2-beta1 | 181 | 11/28/2022 |
0.5.1 | 1,263 | 10/20/2022 |
0.5.0 | 595 | 10/4/2022 |
0.4.3 | 625 | 9/10/2022 |
0.4.2 | 685 | 8/12/2022 |
0.4.1 | 493 | 7/21/2022 |
0.4.0 | 516 | 7/18/2022 |
0.3.4 | 805 | 6/23/2022 |
0.3.3 | 554 | 6/16/2022 |
0.3.2 | 520 | 6/13/2022 |
0.3.1 | 534 | 6/9/2022 |
0.3.0 | 675 | 5/24/2022 |
0.2.2 | 647 | 4/10/2022 |
0.2.1 | 566 | 4/9/2022 |
0.2.0 | 591 | 4/9/2022 |
0.1.5 | 550 | 4/6/2022 |
0.1.4 | 753 | 4/2/2022 |
0.1.3 | 560 | 4/1/2022 |
0.1.2 | 542 | 3/31/2022 |
0.1.1 | 566 | 3/18/2022 |
0.1.0 | 752 | 3/10/2022 |
[Update Akka.NET to v1.5.30](https://github.com/akkadotnet/akka.net/releases/tag/1.5.30)
[Update Akka.Hosting version to 1.5.30](https://github.com/akkadotnet/Akka.Hosting/releases/tag/1.5.30)