Class ShardingConsumerController.Settings
Inheritance
ShardingConsumerController.Settings
Assembly: Akka.Cluster.Sharding.dll
Syntax
public sealed class Settings : IEquatable<ShardingConsumerController.Settings>
Properties
|
Improve this Doc
View Source
AllowBypass
Declaration
public bool AllowBypass { get; set; }
Property Value
|
Improve this Doc
View Source
BufferSize
Declaration
public int BufferSize { get; set; }
Property Value
|
Improve this Doc
View Source
ConsumerControllerSettings
Declaration
public ConsumerController.Settings ConsumerControllerSettings { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Create(ActorSystem)
Declaration
public static ShardingConsumerController.Settings Create(ActorSystem system)
Parameters
Returns
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods