Class ReactiveMapSessionRepository

java.lang.Object
org.springframework.session.ReactiveMapSessionRepository
All Implemented Interfaces:
ReactiveSessionRepository<MapSession>

public class ReactiveMapSessionRepository extends Object implements ReactiveSessionRepository<MapSession>
A ReactiveSessionRepository backed by a Map and that uses a MapSession. The injected Map can be backed by a distributed NoSQL store like Hazelcast, for instance. Note that the supplied map must be a non-blocking map, and is itself responsible for purging the expired sessions.

The implementation does NOT support firing SessionDeletedEvent or SessionExpiredEvent.

Since:
2.0