Class AkkaProtocolSettings
Setings for the AkkaProtocolTransport
Inherited Members
Namespace: Akka.Remote
Assembly: Akka.Remote.dll
Syntax
public class AkkaProtocolSettings
Constructors
| Improve this Doc View SourceAkkaProtocolSettings(Config)
Creates a new AkkaProtocolSettings instance.
Declaration
public AkkaProtocolSettings(Config config)
Parameters
Type | Name | Description |
---|---|---|
Config | config | The HOCON configuration. |
Properties
| Improve this Doc View SourceHandshakeTimeout
The heartbeat handshake timeout.
Declaration
public TimeSpan HandshakeTimeout { get; }
Property Value
Type | Description |
---|---|
TimeSpan |
TransportFailureDetectorConfig
The HOCON for the failure detector.
Declaration
public Config TransportFailureDetectorConfig { get; }
Property Value
Type | Description |
---|---|
Config |
TransportFailureDetectorImplementationClass
The failure detection implementation class FQN.
Declaration
public string TransportFailureDetectorImplementationClass { get; }
Property Value
Type | Description |
---|---|
String |
TransportHeartBeatInterval
The heartbeat interval used to keep the protocol transport alive.
Declaration
public TimeSpan TransportHeartBeatInterval { get; }
Property Value
Type | Description |
---|---|
TimeSpan |