Packmatic.Event.EntryCompleted (Packmatic v2.0.0)

View Source

Represents an Event that is raised when the Encoder has completed reading from the Entry, i.e. when the Source has returned EOF.

Summary

Types

t()

@type t() :: %Packmatic.Event.EntryCompleted{
  entry: Packmatic.Manifest.Entry.t(),
  stream_id: Packmatic.Encoder.stream_id()
}