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