Class GetDeltaResponseObserver
Inheritance
System.Object
ResponseObserverBase<GetDeltaResponse>
RpcResponseObserver<GetDeltaResponse>
GetDeltaResponseObserver
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Catalyst.Core.Modules.Rpc.Client.IO.Observers
Assembly: Catalyst.Core.Modules.Rpc.Client.dll
Syntax
public sealed class GetDeltaResponseObserver : RpcResponseObserver<GetDeltaResponse>, IMessageObserver, IDisposable, IResponseMessageObserver, IRpcResponseObserver
Constructors
| Improve this Doc View SourceGetDeltaResponseObserver(ILogger)
Declaration
public GetDeltaResponseObserver(ILogger logger)
Parameters
Type | Name | Description |
---|---|---|
ILogger | logger |
Methods
| Improve this Doc View SourceHandleResponse(GetDeltaResponse, IChannelHandlerContext, PeerId, ICorrelationId)
Declaration
protected override void HandleResponse(GetDeltaResponse deltaResponse, IChannelHandlerContext channelHandlerContext, PeerId senderPeerIdentifier, ICorrelationId correlationId)
Parameters
Type | Name | Description |
---|---|---|
GetDeltaResponse | deltaResponse | |
IChannelHandlerContext | channelHandlerContext | |
PeerId | senderPeerIdentifier | |
ICorrelationId | correlationId |
Implements
System.IDisposable