Class SnapshotStoreInterceptors.Delay
Inheritance
SnapshotStoreInterceptors.Delay
Assembly: Akka.Persistence.TestKit.dll
Syntax
public sealed class Delay : ISnapshotStoreInterceptor
Constructors
|
Improve this Doc
View Source
Delay(TimeSpan, ISnapshotStoreInterceptor)
Declaration
public Delay(TimeSpan delay, ISnapshotStoreInterceptor next)
Parameters
Methods
|
Improve this Doc
View Source
InterceptAsync(String, SnapshotSelectionCriteria)
Declaration
public async Task InterceptAsync(string persistenceId, SnapshotSelectionCriteria criteria)
Parameters
Returns
Implements
Extension Methods