View Source Instream.Deleter behaviour (Instream v2.1.0-dev)
Point deleter behaviour.
Link to this section Summary
Link to this section Callbacks
@callback delete(payload :: map(), opts :: Keyword.t(), conn :: module()) :: Instream.HTTPClient.response()
Deletes a point.
@callback deleter_workers(conn :: module()) :: [ :supervisor.child_spec() | {module(), term()} | module() ]
Optional list of workers to be supervised by the connection.