Uses of Interface
io.quarkus.arc.ContextInstanceHandle
Packages that use ContextInstanceHandle
-
Uses of ContextInstanceHandle in io.quarkus.arc.impl
Classes in io.quarkus.arc.impl that implement ContextInstanceHandleFields in io.quarkus.arc.impl with type parameters of type ContextInstanceHandleModifier and TypeFieldDescriptionprotected final ComputingCache<String, ContextInstanceHandle<?>> ComputingCacheContextInstances.instancesMethods in io.quarkus.arc.impl that return ContextInstanceHandleModifier and TypeMethodDescriptionComputingCacheContextInstances.computeIfAbsent(String id, Supplier<ContextInstanceHandle<?>> supplier) ContextInstances.computeIfAbsent(String id, Supplier<ContextInstanceHandle<?>> supplier) ComputingCacheContextInstances.getIfPresent(String id) ContextInstances.getIfPresent(String id) Methods in io.quarkus.arc.impl that return types with arguments of type ContextInstanceHandleModifier and TypeMethodDescriptionComputingCacheContextInstances.getAllPresent()ContextInstances.getAllPresent()Method parameters in io.quarkus.arc.impl with type arguments of type ContextInstanceHandleModifier and TypeMethodDescriptionComputingCacheContextInstances.computeIfAbsent(String id, Supplier<ContextInstanceHandle<?>> supplier) ContextInstances.computeIfAbsent(String id, Supplier<ContextInstanceHandle<?>> supplier) voidComputingCacheContextInstances.removeEach(Consumer<? super ContextInstanceHandle<?>> action) voidContextInstances.removeEach(Consumer<? super ContextInstanceHandle<?>> action) Removes all instance handles and performs the given action (if present) for each handle.