TaskResubscriptionResponseSpecification

Response specification for task resubscription operation.

Constructors

Link copied to clipboard
constructor(responseFlow: Flow<TaskUpdateEvent>? = null, delayBetweenChunks: Duration = Duration.ZERO, delay: Duration = Duration.ZERO)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun chunks(chunks: List<TaskUpdateEvent>)
open override fun chunks(vararg chunks: TaskUpdateEvent)
Link copied to clipboard
open override fun delayMillis(value: Long)
Link copied to clipboard
open override fun stream(stream: Stream<TaskUpdateEvent>)