View Source Strom.Flow (strom v0.4.1)

Summary

Types

@type t() :: %Strom.Flow{module: term(), name: term(), pid: term(), topology: term()}

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

start(flow_module, opts \\ [])

View Source