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