Package org.redisson.spring.session
Class ReactiveRedissonSessionRepository
java.lang.Object
org.redisson.spring.session.ReactiveRedissonSessionRepository
- All Implemented Interfaces:
org.springframework.session.ReactiveSessionRepository<org.redisson.spring.session.RedissonSessionRepository.RedissonSession>
@Deprecated
public class ReactiveRedissonSessionRepository
extends Object
implements org.springframework.session.ReactiveSessionRepository<org.redisson.spring.session.RedissonSessionRepository.RedissonSession>
Deprecated.
Deprecated. Use spring-session implementation based on Redisson Redis Data module
- Author:
- Nikita Koksharov
-
Constructor Summary
ConstructorDescriptionReactiveRedissonSessionRepository
(RedissonClient redissonClient, org.springframework.context.ApplicationEventPublisher eventPublisher, String keyPrefix) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono
<org.redisson.spring.session.RedissonSessionRepository.RedissonSession> Deprecated.reactor.core.publisher.Mono
<Void> deleteById
(String id) Deprecated.reactor.core.publisher.Mono
<org.redisson.spring.session.RedissonSessionRepository.RedissonSession> Deprecated.reactor.core.publisher.Mono
<Void> save
(org.redisson.spring.session.RedissonSessionRepository.RedissonSession session) Deprecated.void
setDefaultMaxInactiveInterval
(int defaultMaxInactiveInterval) Deprecated.
-
Constructor Details
-
ReactiveRedissonSessionRepository
public ReactiveRedissonSessionRepository(RedissonClient redissonClient, org.springframework.context.ApplicationEventPublisher eventPublisher, String keyPrefix) Deprecated.
-
-
Method Details
-
setDefaultMaxInactiveInterval
public void setDefaultMaxInactiveInterval(int defaultMaxInactiveInterval) Deprecated. -
createSession
public reactor.core.publisher.Mono<org.redisson.spring.session.RedissonSessionRepository.RedissonSession> createSession()Deprecated.- Specified by:
createSession
in interfaceorg.springframework.session.ReactiveSessionRepository<org.redisson.spring.session.RedissonSessionRepository.RedissonSession>
-
save
public reactor.core.publisher.Mono<Void> save(org.redisson.spring.session.RedissonSessionRepository.RedissonSession session) Deprecated.- Specified by:
save
in interfaceorg.springframework.session.ReactiveSessionRepository<org.redisson.spring.session.RedissonSessionRepository.RedissonSession>
-
findById
public reactor.core.publisher.Mono<org.redisson.spring.session.RedissonSessionRepository.RedissonSession> findById(String id) Deprecated.- Specified by:
findById
in interfaceorg.springframework.session.ReactiveSessionRepository<org.redisson.spring.session.RedissonSessionRepository.RedissonSession>
-
deleteById
Deprecated.- Specified by:
deleteById
in interfaceorg.springframework.session.ReactiveSessionRepository<org.redisson.spring.session.RedissonSessionRepository.RedissonSession>
-