Interface IJournalInterceptor
Interface to object which will intercept written and recovered messages in TestJournal.
Namespace: Akka.Persistence.TestKit
Assembly: Akka.Persistence.TestKit.dll
Syntax
public interface IJournalInterceptor
Methods
| Improve this Doc View SourceInterceptAsync(IPersistentRepresentation)
Method will be called for each individual message before it is written or recovered.
Declaration
Task InterceptAsync(IPersistentRepresentation message)
Parameters
Type | Name | Description |
---|---|---|
IPersistentRepresentation | message | Written or recovered message. |
Returns
Type | Description |
---|---|
Task |