Class SnapshotStoreInterceptors.OnCondition
Inheritance
SnapshotStoreInterceptors.OnCondition
Assembly: Akka.Persistence.TestKit.dll
Syntax
public sealed class SnapshotStoreInterceptors.OnCondition : ISnapshotStoreInterceptor
Constructors
|
Edit this page
View Source
OnCondition(Func<string, SnapshotSelectionCriteria, bool>, ISnapshotStoreInterceptor, bool)
Declaration
public OnCondition(Func<string, SnapshotSelectionCriteria, bool> predicate, ISnapshotStoreInterceptor next, bool negate = false)
Parameters
|
Edit this page
View Source
OnCondition(Func<string, SnapshotSelectionCriteria, Task<bool>>, ISnapshotStoreInterceptor, bool)
Declaration
public OnCondition(Func<string, SnapshotSelectionCriteria, Task<bool>> predicate, ISnapshotStoreInterceptor next, bool negate = false)
Parameters
Methods
|
Edit this page
View Source
InterceptAsync(string, SnapshotSelectionCriteria)
Declaration
public Task InterceptAsync(string persistenceId, SnapshotSelectionCriteria criteria)
Parameters
Returns
Implements
Extension Methods