Class TestConductorSettings
Inheritance
TestConductorSettings
Assembly: Akka.Remote.TestKit.dll
Syntax
public class TestConductorSettings
Constructors
|
Improve this Doc
View Source
TestConductorSettings(Config)
Declaration
public TestConductorSettings(Config config)
Parameters
Type |
Name |
Description |
Config |
config |
|
Properties
|
Improve this Doc
View Source
BarrierTimeout
Declaration
public TimeSpan BarrierTimeout { get; }
Property Value
|
Improve this Doc
View Source
ClientReconnects
Declaration
public int ClientReconnects { get; }
Property Value
|
Improve this Doc
View Source
ClientSocketWorkerPoolSize
Declaration
public int ClientSocketWorkerPoolSize { get; }
Property Value
|
Improve this Doc
View Source
ConnectTimeout
Declaration
public TimeSpan ConnectTimeout { get; }
Property Value
|
Improve this Doc
View Source
PacketSplitThreshold
Declaration
public TimeSpan PacketSplitThreshold { get; }
Property Value
|
Improve this Doc
View Source
QueryTimeout
Declaration
public TimeSpan QueryTimeout { get; }
Property Value
|
Improve this Doc
View Source
ReconnectBackoff
Declaration
public TimeSpan ReconnectBackoff { get; }
Property Value
|
Improve this Doc
View Source
ServerSocketWorkerPoolSize
Declaration
public int ServerSocketWorkerPoolSize { get; }
Property Value
Methods
|
Improve this Doc
View Source
ComputeWps(Config)
Declaration
public int ComputeWps(Config config)
Parameters
Type |
Name |
Description |
Config |
config |
|
Returns
Extension Methods