Package org.hibernate.reactive.context


package org.hibernate.reactive.context
Strategies for associating state with the current reactive stream.
See Also:
  • Interfaces
    Class
    Description
    Abstracts away from the Vert.x Context object, enabling alternative strategies for associating state with the current reactive stream.
    An object that identifies something we store in the Vert.x local context, usually a Session or StatelessSession, but in principle anything at all.