Interface PartialResultDataChunk<T>

Protocol for transmission of partial results in EventBus channels.

Type Parameters

  • T

    The type of the data being transmitted as partial results.

Hierarchy

  • PartialResultDataChunk

Properties

success: boolean

Boolean value indicating if the operation was successful.

final: boolean

Boolean value indicating if this is the final part of the results.

errorMessage?: string

Error message, if there was any error in the creation of the output for this part of the result.

data?: T

The data associated with this part of the result.

Generated using TypeDoc