Search Results for

    Show / Hide Table of Contents

    Class Tcp.SubscribeToTcpListenerStats

    Subscribe to receive ongoing statistics from a TCP listener. See Tcp.TcpListenerStatistics

    Inheritance
    object
    Tcp.SubscribeToTcpListenerStats
    Implements
    Tcp.ITcpQuery
    INoSerializationVerificationNeeded
    IEquatable<Tcp.SubscribeToTcpListenerStats>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.IO
    Assembly: Akka.dll
    Syntax
    public sealed record Tcp.SubscribeToTcpListenerStats : Tcp.ITcpQuery, INoSerializationVerificationNeeded, IEquatable<Tcp.SubscribeToTcpListenerStats>

    Constructors

    | Edit this page View Source

    SubscribeToTcpListenerStats(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 Source

    Subscriber

    Declaration
    public IActorRef Subscriber { get; init; }
    Property Value
    Type Description
    IActorRef

    Implements

    Tcp.ITcpQuery
    INoSerializationVerificationNeeded
    IEquatable<T>

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET