SendStreamingMessageResponseSpecification

class SendStreamingMessageResponseSpecification(var responseFlow: Flow<TaskUpdateEvent>? = null, var delayBetweenChunks: Duration = Duration.ZERO, var error: JSONRPCError? = null, delay: Duration = Duration.ZERO) : AbstractResponseSpecification<SendStreamingMessageRequest, String> (source)

Constructors

constructor(responseFlow: Flow<TaskUpdateEvent>? = null, delayBetweenChunks: Duration = Duration.ZERO, error: JSONRPCError? = null, 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
Link copied to clipboard
open override fun delayMillis(value: Long)
Link copied to clipboard
Link copied to clipboard