Class RestrictedTransactionalEventListenerFactory

java.lang.Object
org.springframework.transaction.event.TransactionalEventListenerFactory
org.springframework.transaction.annotation.RestrictedTransactionalEventListenerFactory
All Implemented Interfaces:
EventListenerFactory, Ordered

public class RestrictedTransactionalEventListenerFactory extends TransactionalEventListenerFactory
Extension of TransactionalEventListenerFactory, detecting invalid transaction configuration for transactional event listeners: Transactional only supported with Propagation.REQUIRES_NEW and Propagation.NOT_SUPPORTED.
Since:
6.1
Author:
Juergen Hoeller
See Also: