ExBifrost.Model.ConcurrencyAndBufferSize (ex_bifrost v0.1.0)

Copy Markdown View Source

Concurrency settings

Summary

Types

t()

@type t() :: %ExBifrost.Model.ConcurrencyAndBufferSize{
  buffer_size: integer() | nil,
  concurrency: integer() | nil
}

Functions

decode(value)