Spear.Client.append_batch

You're seeing just the callback append_batch, go back to Spear.Client module for more information.
Link to this callback

append_batch(event_stream, request_id, stream_name)

View Source (since 0.10.0)

Specs

append_batch(
  event_stream :: Enumerable.t(),
  request_id :: reference() | :new,
  stream_name :: String.t()
) :: :ok | {:error, any()} | tuple()

A wrapper around Spear.append_batch/4

Link to this callback

append_batch(event_stream, request_id, stream_name, opts)

View Source (since 0.10.0)

Specs

append_batch(
  event_stream :: Enumerable.t(),
  request_id :: reference() | :new,
  stream_name :: String.t(),
  opts :: Keyword.t()
) :: :ok | {:error, any()} | tuple()

A wrapper around Spear.append_batch/5