Broadway.BatchInfo (Broadway v1.2.1)

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.

See the documentation for %Broadway.BatchInfo{} for information on the fields.

Summary

Types

t()

The type for a batch info struct.

Functions

The batch info struct.

Types

t()

@type t() :: %Broadway.BatchInfo{
  batch_key: term(),
  batcher: atom(),
  partition: non_neg_integer() | nil,
  size: pos_integer(),
  trigger: atom()
}

The type for a batch info struct.

Functions

%Broadway.BatchInfo{}

(struct)

The batch info struct.

The fields are: