Interface IRpcClientMessageDto<T>
Dto to be used to push RPC protocol messages to an observable stream.
Namespace: Catalyst.Abstractions.Rpc.IO.Messaging.Dto
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IRpcClientMessageDto<T>
where T : IMessage
Type Parameters
Name | Description |
---|---|
T |
Properties
| Improve this Doc View SourceMessage
Declaration
T Message { get; set; }
Property Value
Type | Description |
---|---|
T |
Sender
Declaration
PeerId Sender { get; set; }
Property Value
Type | Description |
---|---|
PeerId |