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