Broadway v0.1.0 Broadway.BatchInfo View Source

A struct used to hold information about a generated batch.

An instance of this struct containing the related info will be passed to the Broadway.handle_batch/4 callback of the module implementing the Broadway behaviour.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Broadway.BatchInfo{
  batcher_key: atom(),
  batcher_pid: pid(),
  partition: term()
}