maxTime

fun maxTime(maxTime: Long, timeUnit: TimeUnit = TimeUnit.MILLISECONDS): AggregateFlow<T>

Sets the maximum execution time on the server for this operation.

Return

this

Parameters

maxTime

the max time

timeUnit

the time unit, defaults to Milliseconds

See also