You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Adds the Akka.NET v1.4 to v1.5 Akka.Cluster.Sharding persistence event migration adapter to a journal.
257
+
/// </summary>
258
+
/// <param name="builder">The builder instance being configured.</param>
259
+
/// <param name="journalOptions">The specific journal options instance used by Akka.Cluster.Sharding persistence. For example, an instance of <c>SqlServerJournalOptions</c></param>
260
+
/// <returns>The same <see cref="AkkaConfigurationBuilder"/> instance originally passed in.</returns>
/// Adds the Akka.NET v1.4 to v1.5 Akka.Cluster.Sharding persistence event migration adapter to a journal.
268
+
/// </summary>
269
+
/// <param name="builder">The builder instance being configured.</param>
270
+
/// <param name="journalId">The specific journal identifier used by Akka.Cluster.Sharding persistence. For example, "akka.persistence.journal.sql-server"</param>
271
+
/// <returns>The same <see cref="AkkaConfigurationBuilder"/> instance originally passed in.</returns>
0 commit comments