- Type Parameters:
T
- the type of thing we're storing in the context
- All Known Implementing Classes:
- BaseKey, MultitenantKey
- Enclosing interface:
- Context
public static interface Context.Key<T>
An object that identifies something we store in the Vert.x
local context, usually a Session
or
StatelessSession
, but in principle anything at all.