Module console_api::instrument

source ·
Expand description

Represents interactions between the console-subscriber and a console client observing it.

Modules

Structs

  • InstrumentRequest requests the stream of updates to observe the async runtime state over time.
  • PauseRequest requests the stream of updates to pause.
  • PauseResponse is the value returned after a pause request.
  • ResumeRequest requests the stream of updates to resume after a pause.
  • ResumeResponse is the value returned after a resume request.
  • TaskDetailsRequest requests the stream of updates about the specific task identified in the request.
  • Update carries all information regarding tasks, resources, async operations and resource operations in one message. There are a couple of reasons to combine all of these into a single message: