AuroraMeter. Tenant behaviour
(Aurora Meter v0.1.0)
View Source
Resolves an opaque tenant term into a stable string key.
Tenants are never assumed to be strings or integers — a host may pass a struct,
a tuple, or any identifier. The configured implementation (:tenant, default
AuroraMeter.Tenant.Default) turns it into the tenant_key used everywhere in
storage, ETS, and PubSub topics.
Summary
Callbacks
Converts a tenant term into its stable string key.
Functions
Resolves tenant to its string key via the configured implementation.