Class EventSourcedProducerQueue.Settings
Inheritance
EventSourcedProducerQueue.Settings
Assembly: Akka.Persistence.dll
Syntax
public class Settings : IEquatable<EventSourcedProducerQueue.Settings>
Properties
|
Improve this Doc
View Source
CleanupUnusedAfter
Declaration
public TimeSpan CleanupUnusedAfter { get; set; }
Property Value
|
Improve this Doc
View Source
DeleteEvents
Declaration
public bool DeleteEvents { get; set; }
Property Value
|
Improve this Doc
View Source
JournalPluginId
Declaration
public string JournalPluginId { get; set; }
Property Value
|
Improve this Doc
View Source
KeepNSnapshots
Declaration
public int KeepNSnapshots { get; set; }
Property Value
|
Improve this Doc
View Source
RestartMaxBackoff
Declaration
public TimeSpan RestartMaxBackoff { get; set; }
Property Value
|
Improve this Doc
View Source
SnapshotEvery
Declaration
public int SnapshotEvery { get; set; }
Property Value
|
Improve this Doc
View Source
SnapshotPluginId
Declaration
public string SnapshotPluginId { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Create(ActorSystem)
Creates a new settings instance from the akka.reliable-delivery.producer-controller.event-sourced-durable-queue
of the ActorSystem.
Declaration
public static EventSourcedProducerQueue.Settings Create(ActorSystem sys)
Parameters
Returns
|
Improve this Doc
View Source
Create(Config)
Creates a new settings instance from Config corresponding to akka.reliable-delivery.producer-controller.event-sourced-durable-queue
.
Declaration
public static EventSourcedProducerQueue.Settings Create(Config config)
Parameters
Type |
Name |
Description |
Config |
config |
|
Returns
Implements
Extension Methods