Interface IMessage
- Namespace
- Silverback.Messaging.Messages
- Assembly
- Silverback.Core.dll
This marker interface is used to tell Silverback that the type is actually a message and enable features like automatic republishing. It is a good practice for all messages to implement this interface but it's not mandatory.
public interface IMessage