Class Tcp.SubscribeToTcpListenerStats
Subscribe to receive ongoing statistics from a TCP listener. See Tcp.TcpListenerStatistics
Implements
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public sealed record Tcp.SubscribeToTcpListenerStats : Tcp.ITcpQuery, INoSerializationVerificationNeeded, IEquatable<Tcp.SubscribeToTcpListenerStats>
Constructors
| Edit this page View SourceSubscribeToTcpListenerStats(IActorRef)
Subscribe to receive ongoing statistics from a TCP listener. See Tcp.TcpListenerStatistics
Declaration
public SubscribeToTcpListenerStats(IActorRef Subscriber)
Parameters
Type | Name | Description |
---|---|---|
IActorRef | Subscriber |
Properties
| Edit this page View SourceSubscriber
Declaration
public IActorRef Subscriber { get; init; }
Property Value
Type | Description |
---|---|
IActorRef |