vertx / io.vertx.core.streams / Pump / setWriteQueueMaxSize

setWriteQueueMaxSize

abstract fun setWriteQueueMaxSize(maxSize: Int): Pump

Set the write queue max size to maxSize

Parameters

maxSize - the max size

Return
a reference to this, so the API can be used fluently