Class SmallRyeContextPropagationProcessor
java.lang.Object
io.quarkus.smallrye.context.deployment.SmallRyeContextPropagationProcessor
The deployment processor for MP-CP applications
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) class(package private) class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(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) InjectionPointTransformerBuildItem
-
Constructor Details
-
SmallRyeContextPropagationProcessor
SmallRyeContextPropagationProcessor()
-
-
Method Details
-
registerBean
-
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)
-