Class TransactionalEventListenerAotProcessor

java.lang.Object
org.springframework.modulith.events.aot.TransactionalEventListenerAotProcessor
All Implemented Interfaces:
BeanRegistrationAotProcessor

public class TransactionalEventListenerAotProcessor extends Object implements BeanRegistrationAotProcessor
A BeanRegistrationAotProcessor processing beans for methods annotated with TransactionalEventListener to register those methods' parameter types for reflection as they will need to be serialized for the event publication registry.
Since:
1.1
Author:
Oliver Drotbohm