Uses of Interface
io.quarkus.arc.CurrentContextFactory
Packages that use CurrentContextFactory
-
Uses of CurrentContextFactory in io.quarkus.arc
Methods in io.quarkus.arc that return CurrentContextFactoryModifier and TypeMethodDescriptionArcContainer.getCurrentContextFactory()ArcInitConfig.getCurrentContextFactory()Methods in io.quarkus.arc with parameters of type CurrentContextFactoryModifier and TypeMethodDescriptionArcInitConfig.Builder.setCurrentContextFactory(CurrentContextFactory currentContextFactory) -
Uses of CurrentContextFactory in io.quarkus.arc.impl
Methods in io.quarkus.arc.impl that return CurrentContextFactoryConstructors in io.quarkus.arc.impl with parameters of type CurrentContextFactoryModifierConstructorDescriptionArcContainerImpl(CurrentContextFactory currentContextFactory, boolean strictMode)