Class JournalInterceptors.Delay
Inheritance
JournalInterceptors.Delay
Assembly: Akka.Persistence.TestKit.dll
Syntax
public sealed class JournalInterceptors.Delay : IJournalInterceptor
Constructors
|
Edit this page
View Source
Delay(TimeSpan, IJournalInterceptor)
Declaration
public Delay(TimeSpan delay, IJournalInterceptor next)
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