Interface ICorrelatableMessage<T>
Namespace: Catalyst.Abstractions.IO.Messaging.Correlation
Assembly: Catalyst.Abstractions.dll
Syntax
public interface ICorrelatableMessage<T>
where T : IMessage
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
| Improve this Doc View SourceContent
Declaration
T Content { get; set; }
Property Value
| Type | Description |
|---|---|
| T |
Recipient
Declaration
PeerId Recipient { get; set; }
Property Value
| Type | Description |
|---|---|
| PeerId |
SentAt
Declaration
DateTimeOffset SentAt { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTimeOffset |