AbstractStreamingResponseSpecification

constructor(responseFlow: Flow<T>?, responseChunks: List<T>?, delayBetweenChunks: Duration = Duration.ZERO, delay: Duration = Duration.ZERO)(source)

Type Parameters

P

The type of the request body.

T

The type of the chunk element.

R

The type of the response chunk.