Bloccs.Manifest.Port (bloccs v0.1.0)

Copy Markdown View Source

A node port. schema is a "Name@N" reference; buffer is the producer buffer size for input ports (ignored for output ports).

Summary

Types

t()

@type t() :: %Bloccs.Manifest.Port{
  buffer: pos_integer() | nil,
  name: atom(),
  schema: String.t()
}