Class JournalInterceptors.Noop
Inheritance
JournalInterceptors.Noop
Assembly: Akka.Persistence.TestKit.dll
Syntax
public sealed class JournalInterceptors.Noop : IJournalInterceptor
Fields
|
Edit this page
View Source
Instance
Declaration
public static readonly IJournalInterceptor Instance
Field Value
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