GroundPlane.PersistencePolicy.DebugTap.MemoryRing (GroundPlane Persistence Policy v0.1.0)

Copy Markdown View Source

Bounded in-memory debug tap for redacted metadata.

Summary

Types

t()

@type t() :: %GroundPlane.PersistencePolicy.DebugTap.MemoryRing{
  events: [map()],
  limit: pos_integer()
}

Functions

new(opts \\ [])

@spec new(keyword()) :: t()