Akka.Persistence.SqlServer.Hosting 1.5.15

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Akka.Persistence.SqlServer.Hosting --version 1.5.15
NuGet\Install-Package Akka.Persistence.SqlServer.Hosting -Version 1.5.15
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Akka.Persistence.SqlServer.Hosting" Version="1.5.15" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Akka.Persistence.SqlServer.Hosting --version 1.5.15
#r "nuget: Akka.Persistence.SqlServer.Hosting, 1.5.15"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Akka.Persistence.SqlServer.Hosting as a Cake Addin
#addin nuget:?package=Akka.Persistence.SqlServer.Hosting&version=1.5.15

// Install Akka.Persistence.SqlServer.Hosting as a Cake Tool
#tool nuget:?package=Akka.Persistence.SqlServer.Hosting&version=1.5.15

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 string

    Connection string used for database access.

  • mode PersistenceMode

    Determines which settings should be added by this method call.

    • PersistenceMode.Journal: Only add the journal settings
    • PersistenceMode.SnapshotStore: Only add the snapshot store settings
    • PersistenceMode.Both: Add both journal and snapshot store settings
  • configurator Action<AkkaPersistenceJournalBuilder>

    An Action delegate used to configure an AkkaPersistenceJournalBuilder instance. Used to configure Event Adapters

  • journalConfigurator Action<SqlServerJournalOptions>

    An Action delegate to configure a SqlServerJournalOptions instance.

  • snapshotConfigurator Action<SqlServerSnapshotOptions>

    An Action delegate to configure a SqlServerSnapshotOptions instance.

  • journalOptions SqlServerJournalOptions

    An SqlServerJournalOptions instance to configure the SqlServer journal.

  • snapshotOptions SqlServerSnapshotOptions

    An 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 (1)

Showing the top 1 popular GitHub repositories that depend on Akka.Persistence.SqlServer.Hosting:

Repository Stars
petabridge/akkadotnet-code-samples
Akka.NET professional reference code samples
Version Downloads Last updated
1.5.15 893 1/18/2024
1.5.13 1,834 10/4/2023
1.5.4.1 3,441 5/1/2023
1.5.4 183 4/25/2023
1.5.3 185 4/25/2023
1.5.2 262 4/6/2023
1.5.1.1 191 4/4/2023
1.5.1 554 3/16/2023
1.5.0 1,252 3/2/2023
1.5.0-beta6 219 3/1/2023
1.5.0-beta4 117 3/1/2023
1.5.0-beta3 118 2/28/2023
1.5.0-alpha4 137 2/17/2023
1.0.3 1,776 2/8/2023
1.0.2 300 1/31/2023
1.0.1 4,454 1/6/2023
1.0.0 287 12/28/2022
0.5.2-beta1 156 11/28/2022
0.5.1 1,221 10/20/2022
0.5.0 561 10/4/2022
0.4.3 601 9/10/2022
0.4.2 668 8/12/2022
0.4.1 464 7/21/2022
0.4.0 490 7/18/2022
0.3.4 775 6/23/2022
0.3.3 527 6/16/2022
0.3.2 479 6/13/2022
0.3.1 505 6/9/2022
0.3.0 647 5/24/2022
0.2.2 619 4/10/2022
0.2.1 537 4/9/2022
0.2.0 555 4/9/2022
0.1.5 519 4/6/2022
0.1.4 723 4/2/2022
0.1.3 525 4/1/2022
0.1.2 513 3/31/2022
0.1.1 537 3/18/2022
0.1.0 717 3/10/2022