Package org.hibernate.reactive.context
Strategies for associating state with the current reactive stream.
- See Also:
Context
-
Interface Summary Interface Description Context Abstracts away from the Vert.xContext
object, enabling alternative strategies for associating state with the current reactive stream.Context.Key<T> An object that identifies something we store in the Vert.x local context, usually aSession
orStatelessSession
, but in principle anything at all.