Interface IMessage
Represents message that can be transferred between cluster nodes.
Inherited Members
Namespace: DotNext.Net.Cluster.Messaging
Assembly: DotNext.Net.Cluster.dll
Syntax
public interface IMessage : IDataTransferObject
Remarks
Message is a low-level abstraction representing logical protocol-independent transport unit used for communication between nodes. This interface should not be implemented by entities at higher level of abstraction such as Business Layer. It is similar to Data Transfer Object.
Properties
| Edit this page View SourceName
Gets name of the message.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
Type
MIME type of the message.
Declaration
ContentType Type { get; }
Property Value
Type | Description |
---|---|
ContentType |