Class JournalInterceptors.CancelableDelay
Inheritance
JournalInterceptors.CancelableDelay
Assembly: Akka.Persistence.TestKit.dll
Syntax
public sealed class JournalInterceptors.CancelableDelay : IJournalInterceptor
Constructors
|
Edit this page
View Source
CancelableDelay(TimeSpan, IJournalInterceptor, CancellationToken)
Declaration
public CancelableDelay(TimeSpan delay, IJournalInterceptor next, CancellationToken cancellationToken)
Parameters
Methods
|
Edit this page
View Source
InterceptAsync(IPersistentRepresentation)
Method will be called for each individual message before it is written or recovered.
Declaration
public Task InterceptAsync(IPersistentRepresentation message)
Parameters
Returns
Implements
Extension Methods