- All Implemented Interfaces:
- org.testng.IHookable, org.testng.ITestNGListener
@SpecVersion(spec="cdi",
version="2.0-EDR2")
public class RequestScopeEventAsyncTest
extends AbstractTest
An event with qualifier @Initialized(RequestScoped.class) is fired when the request context is initialized and an event with
qualifier @Destroyed(RequestScoped.class) when the request context is destroyed. The event payload is the java.lang.Object if
the context is initialized or destroyed due to a EJB asynchronous method invocation.
- Author:
- Martin Kouba