Interface IPublishedMessage
A published message.
Namespace: Ipfs
Assembly: Ipfs.Core.dll
Syntax
public interface IPublishedMessage : IDataBlock
Remarks
The IPubSubApi is used to publish and subsribe to a message.
Properties
| Improve this Doc View SourceSender
The sender of the message.
Declaration
Peer Sender { get; }
Property Value
Type | Description |
---|---|
Peer | The peer that sent the message. |
SequenceNumber
The sequence number of the message.
Declaration
byte[] SequenceNumber { get; }
Property Value
Type | Description |
---|---|
Byte[] | A sender unique id for the message. |
Topics
The topics of the message.
Declaration
IEnumerable<string> Topics { get; }
Property Value
Type | Description |
---|---|
IEnumerable<String> | All topics related to this message. |