Interface IMessage<T>
Сообщение в очереди.
Namespace:InfinniPlatform.MessageQueue
Assembly:InfinniPlatform.MessageQueue.Abstractions.dll
Syntax
public interface IMessage<out T> : IMessage
Type Parameters
Name | Description |
---|---|
T | Тип тела сообщения. |
Properties
| Improve this Doc View SourceBody
Тело сообщения.
Declaration
T Body { get; }
Property Value
Type | Description |
---|---|
T |