Class NarayanaLRAProcessor
- java.lang.Object
-
- io.quarkus.narayana.lra.deployment.NarayanaLRAProcessor
-
class NarayanaLRAProcessor extends Object
-
-
Constructor Summary
Constructors Constructor Description NarayanaLRAProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuild(NarayanaLRARecorder recorder, LRAConfiguration configuration)(package private) voidcreateLRAParticipantRegistry(NarayanaLRARecorder recorder, BeanArchiveIndexBuildItem beanArchiveIndex)(package private) voidregisterBeans(io.quarkus.deployment.annotations.BuildProducer<AdditionalBeanBuildItem> additionalBeans)(package private) voidregisterFeature(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.FeatureBuildItem> feature, io.quarkus.deployment.Capabilities capabilities)
-
-
-
Method Detail
-
registerFeature
void registerFeature(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.FeatureBuildItem> feature, io.quarkus.deployment.Capabilities capabilities)
-
build
public void build(NarayanaLRARecorder recorder, LRAConfiguration configuration)
-
createLRAParticipantRegistry
void createLRAParticipantRegistry(NarayanaLRARecorder recorder, BeanArchiveIndexBuildItem beanArchiveIndex)
-
registerBeans
void registerBeans(io.quarkus.deployment.annotations.BuildProducer<AdditionalBeanBuildItem> additionalBeans)
-
-