Class JournalInterceptors.Delay
Inheritance
JournalInterceptors.Delay
Assembly: Akka.Persistence.TestKit.dll
Syntax
public sealed class Delay : IJournalInterceptor
Constructors
|
Improve this Doc
View Source
Delay(TimeSpan, IJournalInterceptor)
Declaration
public Delay(TimeSpan delay, IJournalInterceptor next)
Parameters
Methods
|
Improve this Doc
View Source
InterceptAsync(IPersistentRepresentation)
Declaration
public async Task InterceptAsync(IPersistentRepresentation message)
Parameters
Returns
Implements
Extension Methods