Extreme.start_link

You're seeing just the callback start_link, go back to Extreme module for more information.
Link to this callback

start_link(config, opts)

View Source

Specs

start_link(config :: Keyword.t(), opts :: Keyword.t()) ::
  {:ok, pid()} | {:error, {:already_started, pid()}} | {:error, term()}

TODO