Unlike in preAuthorizeAuthorizationMethodInterceptor when jsr250AuthorizationMethodInterceptor is constructed setAuthorizationEventPublisher is not called, so it is required to provide custom code to do so.
It is required to introduce new paratemer for the method of ObjectProvider type and call it somewhere around this place: https://github.com/spring-projects/spring-security/blob/a190c652658dbbfcbd184ae3cc0c3c1491217d37/config/src/main/java/org/springframework/security/config/annotation/method/configuration/Jsr250MethodSecurityConfiguration.java#L74
Happy to contribute with such a change