Elastic.Scroller.init

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

Specs

init(%{
  index: String.t(),
  body: map(),
  size: pos_integer(),
  keepalive: String.t()
}) :: {:ok, pid()} | {:stop, String.t()}

Callback implementation for GenServer.init/1.