StoreKey

value class StoreKey(val name: String)

A typed key for DurableStore entries.

Wraps a raw string name so that callers cannot accidentally mix up keys by passing a bare String literal in the wrong order.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard