Stargate.Receiver.Processor.start_link
You're seeing just the function
start_link
, go back to Stargate.Receiver.Processor module for more information.
Specs
start_link(keyword()) :: GenServer.on_start()
Starts a Stargate.Receiver.Processor
GenStage process and
links it to the calling process.
Passes the configuration from the supervisors to the stage to
initialize its state and setup subscription to the
Stargate.Receiver.Dispatcher
producer stage.