Class SnapshotStoreInterceptors.Noop
Inheritance
SnapshotStoreInterceptors.Noop
Assembly: Akka.Persistence.TestKit.dll
Syntax
public sealed class Noop : ISnapshotStoreInterceptor
Fields
|
Improve this Doc
View Source
Instance
Declaration
public static readonly ISnapshotStoreInterceptor Instance
Field Value
Methods
|
Improve this Doc
View Source
InterceptAsync(String, SnapshotSelectionCriteria)
Declaration
public Task InterceptAsync(string persistenceId, SnapshotSelectionCriteria criteria)
Parameters
Returns
Implements
Extension Methods