View Source Strom.Sink behaviour (strom v0.2.0)

Summary

Functions

Returns a specification to start this module under a supervisor.

Callbacks

@callback call(map(), term()) :: {:ok, {term(), map()}} | {:error, {term(), map()}}
@callback start(map()) :: map()
@callback stop(map()) :: map()

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.