Class QuarkusContextManagerProvider
java.lang.Object
io.smallrye.context.SmallRyeContextManagerProvider
io.quarkus.smallrye.context.runtime.QuarkusContextManagerProvider
- All Implemented Interfaces:
org.eclipse.microprofile.context.spi.ContextManagerProvider
public class QuarkusContextManagerProvider
extends io.smallrye.context.SmallRyeContextManagerProvider
Quarkus doesn't need one manager per CL, we only have the one
-
Field Summary
Fields inherited from interface org.eclipse.microprofile.context.spi.ContextManagerProvider
INSTANCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.microprofile.context.spi.ContextManagerfindContextManager(ClassLoader classLoader) io.smallrye.context.SmallRyeContextManagerio.smallrye.context.SmallRyeContextManagergetContextManager(ClassLoader classLoader) voidregisterContextManager(org.eclipse.microprofile.context.spi.ContextManager manager, ClassLoader classLoader) voidreleaseContextManager(org.eclipse.microprofile.context.spi.ContextManager manager) Methods inherited from class io.smallrye.context.SmallRyeContextManagerProvider
getContextManagerBuilder, getManager, instance, register, unregister
-
Constructor Details
-
QuarkusContextManagerProvider
public QuarkusContextManagerProvider()
-
-
Method Details
-
getContextManager
- Specified by:
getContextManagerin interfaceorg.eclipse.microprofile.context.spi.ContextManagerProvider- Overrides:
getContextManagerin classio.smallrye.context.SmallRyeContextManagerProvider
-
getContextManager
public io.smallrye.context.SmallRyeContextManager getContextManager()- Specified by:
getContextManagerin interfaceorg.eclipse.microprofile.context.spi.ContextManagerProvider- Overrides:
getContextManagerin classio.smallrye.context.SmallRyeContextManagerProvider
-
findContextManager
public org.eclipse.microprofile.context.spi.ContextManager findContextManager(ClassLoader classLoader) - Overrides:
findContextManagerin classio.smallrye.context.SmallRyeContextManagerProvider
-
registerContextManager
public void registerContextManager(org.eclipse.microprofile.context.spi.ContextManager manager, ClassLoader classLoader) - Specified by:
registerContextManagerin interfaceorg.eclipse.microprofile.context.spi.ContextManagerProvider- Overrides:
registerContextManagerin classio.smallrye.context.SmallRyeContextManagerProvider
-
releaseContextManager
public void releaseContextManager(org.eclipse.microprofile.context.spi.ContextManager manager) - Specified by:
releaseContextManagerin interfaceorg.eclipse.microprofile.context.spi.ContextManagerProvider- Overrides:
releaseContextManagerin classio.smallrye.context.SmallRyeContextManagerProvider
-