Package io.quarkus.vertx.core.runtime.context
package io.quarkus.vertx.core.runtime.context
-
ClassDescriptionThis is meant for other extensions to integrate with, to help identify which
Context
s are isolated and guaranteeing access by a unique thread or event chain; for example it's used by Hibernate Reactive to check if the current context is safe for it to store the currently opened session, to protect users from mistakenly interleaving multiple reactive operations which could unintentionally share the same session.