View Source Strom.Flow (strom v0.6.0)

Summary

Types

@type t() :: %Strom.Flow{
  module: term(),
  name: term(),
  opts: term(),
  pid: term(),
  sup_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