View Source Dopple.Measurement.Property (Dopple v0.1.1-alpha12)

A measurement that retrieves a property of a response object

Link to this section Summary

Link to this section Types

@type t() :: %Dopple.Measurement.Property{
  id: term(),
  schedules: term(),
  stage: GenStage.stage(),
  targets: term()
}

Link to this section Functions

Callback implementation for GenStage.handle_cast/2.

Link to this function

handle_events(events, from, state)

View Source

Callback implementation for GenStage.handle_events/3.

Callback implementation for GenStage.init/1.