Show / Hide Table of Contents

    Interface IPeerMessageCorrelationManager

    Inherited Members
    IMessageCorrelationManager.AddPendingRequest(ICorrelatableMessage<ProtocolMessage>)
    IMessageCorrelationManager.TryMatchResponse(ProtocolMessage)
    System.IDisposable.Dispose()
    Namespace: Catalyst.Abstractions.P2P.IO.Messaging.Correlation
    Assembly: Catalyst.Abstractions.dll
    Syntax
    public interface IPeerMessageCorrelationManager : IMessageCorrelationManager, IDisposable

    Properties

    | Improve this Doc View Source

    EvictionEventStream

    Declaration
    IObservable<KeyValuePair<ICorrelationId, PeerId>> EvictionEventStream { get; }
    Property Value
    Type Description
    System.IObservable<System.Collections.Generic.KeyValuePair<ICorrelationId, PeerId>>
    | Improve this Doc View Source

    ReputationEventStream

    Declaration
    IObservable<IPeerReputationChange> ReputationEventStream { get; }
    Property Value
    Type Description
    System.IObservable<IPeerReputationChange>
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network