Class SmallRyeContextPropagationProcessor
- java.lang.Object
-
- io.quarkus.smallrye.context.deployment.SmallRyeContextPropagationProcessor
-
class SmallRyeContextPropagationProcessor extends Object
The deployment processor for MP-CP applications
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) classSmallRyeContextPropagationProcessor.ExecutorConfig(package private) classSmallRyeContextPropagationProcessor.ThreadConfig
-
Constructor Summary
Constructors Constructor Description SmallRyeContextPropagationProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidbuild(SmallRyeContextPropagationRecorder recorder, ExecutorBuildItem executorBuildItem, ShutdownContextBuildItem shutdownContextBuildItem, BuildProducer<FeatureBuildItem> feature, BuildProducer<SyntheticBeanBuildItem> syntheticBeans)(package private) voidbuildStatic(SmallRyeContextPropagationRecorder recorder, List<ThreadContextProviderBuildItem> threadContextProviders)(package private) voidcreateSynthBeansForConfiguredInjectionPoints(BuildProducer<SyntheticBeanBuildItem> syntheticBeanBuildItemBuildProducer, SmallRyeContextPropagationRecorder recorder, BeanDiscoveryFinishedBuildItem bdFinishedBuildItem)(package private) voidregisterBean(BuildProducer<AdditionalBeanBuildItem> additionalBeans)(package private) InjectionPointTransformerBuildItemtransformInjectionPoint()
-
-
-
Method Detail
-
registerBean
void registerBean(BuildProducer<AdditionalBeanBuildItem> additionalBeans)
-
buildStatic
void buildStatic(SmallRyeContextPropagationRecorder recorder, List<ThreadContextProviderBuildItem> threadContextProviders) throws ClassNotFoundException, IOException
- Throws:
ClassNotFoundExceptionIOException
-
build
void build(SmallRyeContextPropagationRecorder recorder, ExecutorBuildItem executorBuildItem, ShutdownContextBuildItem shutdownContextBuildItem, BuildProducer<FeatureBuildItem> feature, BuildProducer<SyntheticBeanBuildItem> syntheticBeans)
-
transformInjectionPoint
InjectionPointTransformerBuildItem transformInjectionPoint()
-
createSynthBeansForConfiguredInjectionPoints
void createSynthBeansForConfiguredInjectionPoints(BuildProducer<SyntheticBeanBuildItem> syntheticBeanBuildItemBuildProducer, SmallRyeContextPropagationRecorder recorder, BeanDiscoveryFinishedBuildItem bdFinishedBuildItem)
-
-