Class ConsumerController.Settings
ConsumerController settings.
Inheritance
ConsumerController.Settings
Assembly: Akka.dll
Syntax
public sealed class Settings : IEquatable<ConsumerController.Settings>
Properties
|
Improve this Doc
View Source
FlowControlWindow
Declaration
public int FlowControlWindow { get; set; }
Property Value
|
Improve this Doc
View Source
OnlyFlowControl
Declaration
public bool OnlyFlowControl { get; set; }
Property Value
|
Improve this Doc
View Source
ResendIntervalMax
Declaration
public TimeSpan ResendIntervalMax { get; set; }
Property Value
|
Improve this Doc
View Source
ResendIntervalMin
Declaration
public TimeSpan ResendIntervalMin { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Create(ActorSystem)
Declaration
public static ConsumerController.Settings Create(ActorSystem actorSystem)
Parameters
Returns
|
Improve this Doc
View Source
Create(Config)
Declaration
public static ConsumerController.Settings Create(Config config)
Parameters
Type |
Name |
Description |
Config |
config |
|
Returns
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods