Search Results for

    Show / Hide Table of Contents

    Class AkkaProtocolSettings

    Setings for the AkkaProtocolTransport

    Inheritance
    object
    AkkaProtocolSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Remote
    Assembly: Akka.Remote.dll
    Syntax
    public class AkkaProtocolSettings

    Constructors

    | Edit this page View Source

    AkkaProtocolSettings(Config)

    Creates a new AkkaProtocolSettings instance.

    Declaration
    public AkkaProtocolSettings(Config config)
    Parameters
    Type Name Description
    Config config

    The HOCON configuration.

    Properties

    | Edit this page View Source

    HandshakeTimeout

    The heartbeat handshake timeout.

    Declaration
    public TimeSpan HandshakeTimeout { get; }
    Property Value
    Type Description
    TimeSpan
    | Edit this page View Source

    TransportFailureDetectorConfig

    The HOCON for the failure detector.

    Declaration
    public Config TransportFailureDetectorConfig { get; }
    Property Value
    Type Description
    Config
    | Edit this page View Source

    TransportFailureDetectorImplementationClass

    The failure detection implementation class FQN.

    Declaration
    public string TransportFailureDetectorImplementationClass { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TransportHeartBeatInterval

    The heartbeat interval used to keep the protocol transport alive.

    Declaration
    public TimeSpan TransportHeartBeatInterval { get; }
    Property Value
    Type Description
    TimeSpan

    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