ResponseChunk

A structure representing a response chunk that contains exactly one of the possible event types: contentStart, contentDelta, or contentStop.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An event containing incremental output (stdout or stderr) from the command execution. These are the middle chunks.

Link copied to clipboard

An event indicating the start of content streaming from the command execution. This is the first chunk received.

Link copied to clipboard

An event indicating the completion of the command execution, including the exit code and final status. This is the last chunk received.

Functions

Link copied to clipboard
inline fun copy(block: ResponseChunk.Builder.() -> Unit = {}): ResponseChunk
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String