Class LRACDIExtension
java.lang.Object
io.narayana.lra.client.internal.proxy.nonjaxrs.LRACDIExtension
- All Implemented Interfaces:
jakarta.enterprise.inject.spi.Extension
This CDI extension collects all LRA participants that contain
one or more non-JAX-RS participant methods. The collected classes are stored
in
LRAParticipantRegistry.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidobserve(jakarta.enterprise.inject.spi.AfterBeanDiscovery event, jakarta.enterprise.inject.spi.BeanManager beanManager)
-
Constructor Details
-
LRACDIExtension
public LRACDIExtension()
-
-
Method Details
-
observe
public void observe(@Observes jakarta.enterprise.inject.spi.AfterBeanDiscovery event, jakarta.enterprise.inject.spi.BeanManager beanManager) throws IOException, ClassNotFoundException - Throws:
IOExceptionClassNotFoundException
-