Class TestSnapshotStore.UseDeleteInterceptor
Inheritance
TestSnapshotStore.UseDeleteInterceptor
Assembly: Akka.Persistence.TestKit.dll
Syntax
public sealed class UseDeleteInterceptor
Constructors
|
Improve this Doc
View Source
UseDeleteInterceptor(ISnapshotStoreInterceptor)
Declaration
public UseDeleteInterceptor(ISnapshotStoreInterceptor interceptor)
Parameters
Properties
|
Improve this Doc
View Source
Interceptor
Declaration
public ISnapshotStoreInterceptor Interceptor { get; }
Property Value
Extension Methods