Class Tcp.ResumeAccepting
This message enables the accepting of the next connection if read throttling is enabled
for connection actors.
Inheritance
Tcp.ResumeAccepting
Assembly: Akka.dll
Syntax
public sealed class Tcp.ResumeAccepting : Tcp.Command, INoSerializationVerificationNeeded
Constructors
|
Edit this page
View Source
ResumeAccepting(int)
Declaration
public ResumeAccepting(int batchSize)
Parameters
Type |
Name |
Description |
int |
batchSize |
|
Properties
|
Edit this page
View Source
BatchSize
The number of connections to accept before resuming read throttling.
Declaration
public int BatchSize { get; }
Property Value
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods