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