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
Link copied to clipboard
constructor(responseFlow: Flow<TaskUpdateEvent>? = null, delayBetweenChunks: Duration = Duration.ZERO, error: JSONRPCError? = null, delay: Duration = Duration.ZERO)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Java-friendly setter for responseFlow.
Link copied to clipboard