Class LRACDIExtension
- java.lang.Object
-
- io.narayana.lra.client.internal.proxy.nonjaxrs.LRACDIExtension
-
- All Implemented Interfaces:
jakarta.enterprise.inject.spi.Extension
public class LRACDIExtension extends Object implements 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 inLRAParticipantRegistry.
-
-
Constructor Summary
Constructors Constructor Description LRACDIExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidobserve(jakarta.enterprise.inject.spi.AfterBeanDiscovery event, jakarta.enterprise.inject.spi.BeanManager beanManager)
-
-
-
Method Detail
-
observe
public void observe(@Observes jakarta.enterprise.inject.spi.AfterBeanDiscovery event, jakarta.enterprise.inject.spi.BeanManager beanManager) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
-