public class TransactionScopedCDIEventPayload
extends Object
Payload for CDI events: @Initialized(TransactionScoped.class) fired, when the context is initialized for
the first time and @Destroyed(TransactionScoped.class) fired, when the context is destroyed at
the end.
- Author:
- Arjav Desai