Click or drag to resize
Akka.NETIPersistenceMessage Interface
Marker interface for internal persistence extension messages. Helps persistence plugin developers to differentiate internal persistence extension messages from their custom plugin messages. Journal messages need not be serialization verified as the Journal Actor should always be a local Actor (and serialization is performed by plugins). One notable exception to this is the shared journal used for testing.

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public interface IPersistenceMessage : INoSerializationVerificationNeeded
See Also