Closed glmapper closed 5 years ago
@gaborcs Thank you for using Spring Session and for your question!
This is the default eventPublisher. A custom implementation is typically injected in via RedisOperationsSessionRepository.setApplicationEventPublisher
I'm closing this as answered. In the future please post questions to StackOverflow as this is our preferred mechanism for questions.
I have a doubt when I am learning the SpringSession source code. In the RedisOperationsSessionRepository class, when trying to publish an event, such as SessionCreatedEvent, the publishEvent in eventPublisher is a null operation.