Uses of Class
com.vaadin.quarkus.context.ContextualInstanceInfo
-
Packages that use ContextualInstanceInfo Package Description com.vaadin.quarkus.context -
-
Uses of ContextualInstanceInfo in com.vaadin.quarkus.context
Methods in com.vaadin.quarkus.context that return types with arguments of type ContextualInstanceInfo Modifier and Type Method Description static Map<Object,ContextualInstanceInfo<?>>AbstractContext. destroyAllActive(ContextualStorage storage)Destroys all the Contextual Instances in the specified ContextualStorage.Map<Object,ContextualInstanceInfo<?>>ContextualStorage. getStorage()Methods in com.vaadin.quarkus.context with parameters of type ContextualInstanceInfo Modifier and Type Method Description static voidAbstractContext. destroyBean(javax.enterprise.context.spi.Contextual bean, ContextualInstanceInfo<?> contextualInstanceInfo)
-