View Source Instream.Deleter behaviour (Instream v2.1.0-dev)

Point deleter behaviour.

Link to this section Summary

Callbacks

Deletes a point.

Optional list of workers to be supervised by the connection.

Link to this section Callbacks

Link to this callback

delete(payload, opts, conn)

View Source
@callback delete(payload :: map(), opts :: Keyword.t(), conn :: module()) ::
  Instream.HTTPClient.response()

Deletes a point.

Link to this callback

deleter_workers(conn)

View Source (optional)
@callback deleter_workers(conn :: module()) :: [
  :supervisor.child_spec() | {module(), term()} | module()
]

Optional list of workers to be supervised by the connection.