| ClusterClientSettingsBufferSize Property |
If connection to the receptionist is not established the client will buffer this number of messages and deliver
them the connection is established. When the buffer is full old messages will be dropped when new messages are sent via the client.
Use 0 to disable buffering, i.e. messages will be dropped immediately if the location of the receptionist is unavailable.
Namespace:
Akka.Cluster.Tools.Client
Assembly:
Akka.Cluster.Tools (in Akka.Cluster.Tools.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public int BufferSize { get; }
member BufferSize : int with get
Property Value
Type:
Int32See Also