ALF.Components.Composer (alf v0.12.1) View Source
Link to this section Summary
Link to this section Types
Specs
result() :: :composed | :destroyed
Specs
t() :: %ALF.Components.Composer{
collected_ips: term(),
count: term(),
function: term(),
memo: term(),
module: term(),
name: term(),
new_collected_ips: term(),
number: term(),
opts: term(),
pid: term(),
pipeline_module: term(),
set_ref: term(),
source_code: term(),
stream_memos: term(),
subscribed_to: term(),
subscribers: term(),
telemetry: term(),
type: term()
}
Link to this section Functions
Specs
send_error_result(ALF.IP.t(), any(), list(), t()) :: ALF.ErrorIP.t()
Specs
send_result( ALF.IP.t() | ALF.ErrorIP.t(), result() | ALF.IP.t() | ALF.ErrorIP.t() ) :: ALF.IP.t() | ALF.ErrorIP.t()
Specs
start_link(t()) :: GenServer.on_start()