Class InboundChannelHandlerBase<T>
Inheritance
System.Object
InboundChannelHandlerBase<T>
Assembly: Catalyst.Core.Lib.dll
Syntax
public abstract class InboundChannelHandlerBase<T> : ChannelHandlerAdapter
Type Parameters
Constructors
|
Improve this Doc
View Source
InboundChannelHandlerBase(ILogger)
Declaration
protected InboundChannelHandlerBase(ILogger logger)
Parameters
Type |
Name |
Description |
ILogger |
logger |
|
Fields
|
Improve this Doc
View Source
Logger
Declaration
protected readonly ILogger Logger
Field Value
Methods
|
Improve this Doc
View Source
ChannelRead(IChannelHandlerContext, Object)
Declaration
public override void ChannelRead(IChannelHandlerContext ctx, object msg)
Parameters
Type |
Name |
Description |
IChannelHandlerContext |
ctx |
|
System.Object |
msg |
|
|
Improve this Doc
View Source
ChannelRead0(IChannelHandlerContext, T)
Declaration
protected abstract void ChannelRead0(IChannelHandlerContext ctx, T msg)
Parameters
Type |
Name |
Description |
IChannelHandlerContext |
ctx |
|
T |
msg |
|