Interface IObserverDto<T>
Namespace: Catalyst.Abstractions.IO.Messaging.Dto
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IObserverDto<out T>
where T : IMessage
Type Parameters
Name | Description |
---|---|
T |
Properties
| Improve this Doc View SourceContext
Declaration
IChannelHandlerContext Context { get; }
Property Value
Type | Description |
---|---|
IChannelHandlerContext |
Payload
Declaration
T Payload { get; }
Property Value
Type | Description |
---|---|
T |