ResumeAccepting

org.apache.pekko.io.Tcp.ResumeAccepting
final case class ResumeAccepting(batchSize: Int) extends Command

This message enables the accepting of the next connection if read throttling is enabled for connection actors.

Value parameters

batchSize

The number of connections to accept before waiting for the next resume command

Attributes

Source
Tcp.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Command
trait HasFailureMessage
trait Message
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def failureMessage: Any

Attributes

Inherited from:
Command
Source
Tcp.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product