Uses of Interface
tech.guilhermekaua.spigotboot.inventoryapi.internal.state.IdentifiableToken
Packages that use IdentifiableToken
Package
Description
-
Uses of IdentifiableToken in tech.guilhermekaua.spigotboot.inventoryapi.internal.pagination
Classes in tech.guilhermekaua.spigotboot.inventoryapi.internal.pagination that implement IdentifiableTokenModifier and TypeClassDescriptionfinal classThePaginationtoken implementation: a per-view singleton declared at view construction time whose per-context runtime lives in aPaginationBindingstored in this token's ownStateStoreslot. -
Uses of IdentifiableToken in tech.guilhermekaua.spigotboot.inventoryapi.internal.state
Classes in tech.guilhermekaua.spigotboot.inventoryapi.internal.state that implement IdentifiableTokenModifier and TypeClassDescriptionfinal classMutable state token bound fromViewArgumentsat open: the open phase validates the argument type and writes the value straight into the session'sStateStore.final classRead-only state token computed once per context on the first read and stored in the session'sStateStore; anullresult is cached via a private sentinel so the computation never re-runs for that context.final classMutable per-context state token; values live in the session'sStateStore.final classShared state token: one atomic value per view singleton, readable and writable from any thread.