Package org.hibernate.reactive.context
package org.hibernate.reactive.context
Strategies for associating state with the current reactive stream.
- See Also:
-
InterfacesClassDescriptionAbstracts away from the Vert.x
Context
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.