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