Elastic.Scroller.start_link

You're seeing just the function start_link, go back to Elastic.Scroller module for more information.

Specs

start_link(%{
  :index => String.t(),
  optional(:body) => map(),
  optional(:size) => pos_integer(),
  optional(:keepalive) => String.t()
}) :: {:ok, pid()}

Starts an Elastic.Scroller server.

For usage information refer to the documentation at the top of this module.