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