Interface IPeerClientMessageDto
Dto to be used to push IPPN protocol messages to an observable stream.
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IPeerClientMessageDto
Properties
|
Improve this Doc
View Source
CorrelationId
Declaration
ICorrelationId CorrelationId { get; set; }
Property Value
|
Improve this Doc
View Source
Message
Declaration
IMessage Message { get; set; }
Property Value
Type |
Description |
IMessage |
|
|
Improve this Doc
View Source
Sender
Declaration
PeerId Sender { get; set; }
Property Value