Minga.Events.ExtensionRestartRequiredEvent (Minga v0.1.0)

Copy Markdown View Source

Payload for staged extension code that cannot replace the current VM generation.

Summary

Types

t()

@type t() :: %Minga.Events.ExtensionRestartRequiredEvent{
  extension: atom(),
  new_ref: String.t() | nil,
  old_ref: String.t() | nil,
  reason: :source_changed | :updated | :installed
}