Click or drag to resize
Akka.NETReplayFilterSettings Class
Settings used for managing filter rules during event replay.
Inheritance Hierarchy
SystemObject
  Akka.Persistence.Sql.Common.JournalReplayFilterSettings

Namespace:  Akka.Persistence.Sql.Common.Journal
Assembly:  Akka.Persistence.Sql.Common (in Akka.Persistence.Sql.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class ReplayFilterSettings

The ReplayFilterSettings type exposes the following members.

Constructors
  NameDescription
Public methodReplayFilterSettings(Config)
Initializes a new instance of the ReplayFilterSettings class.
Public methodReplayFilterSettings(ReplayFilterMode, Int32, Int32, Boolean)
Initializes a new instance of the ReplayFilterSettings class.
Top
Properties
  NameDescription
Public propertyIsEnabled
Determine if the replay filter feature is enabled
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldIsDebug
Determine if the debug logging is enabled for each replayed event.
Public fieldMaxOldWriters
Maximum number of writerUuid to remember.
Public fieldMode
Mode used when detecting invalid events.
Public fieldWindowSize
Size (in number of events) of the look ahead buffer used for analyzing the events.
Top
Extension Methods
See Also