Interface IPeerMessageCorrelationManager
Inherited Members
System.IDisposable.Dispose()
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