Class RedissonWebSessionConfiguration
java.lang.Object
org.springframework.session.config.annotation.web.server.SpringWebSessionConfiguration
org.redisson.spring.session.config.RedissonWebSessionConfiguration
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.annotation.ImportAware
@Configuration
@Deprecated
public class RedissonWebSessionConfiguration
extends org.springframework.session.config.annotation.web.server.SpringWebSessionConfiguration
implements org.springframework.context.annotation.ImportAware
Deprecated.
Deprecated. Use spring-session implementation based on Redisson Redis Data module
- Author:
- Nikita Koksharov
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionsessionRepository
(RedissonClient redissonClient, org.springframework.context.ApplicationEventPublisher eventPublisher) Deprecated.void
setImportMetadata
(org.springframework.core.type.AnnotationMetadata importMetadata) Deprecated.void
setKeyPrefix
(String keyPrefix) Deprecated.void
setMaxInactiveIntervalInSeconds
(Integer maxInactiveIntervalInSeconds) Deprecated.Methods inherited from class org.springframework.session.config.annotation.web.server.SpringWebSessionConfiguration
setWebSessionIdResolver, webSessionManager
-
Constructor Details
-
RedissonWebSessionConfiguration
public RedissonWebSessionConfiguration()Deprecated.
-
-
Method Details
-
sessionRepository
@Bean public ReactiveRedissonSessionRepository sessionRepository(RedissonClient redissonClient, org.springframework.context.ApplicationEventPublisher eventPublisher) Deprecated. -
setMaxInactiveIntervalInSeconds
Deprecated. -
setKeyPrefix
Deprecated. -
setImportMetadata
public void setImportMetadata(org.springframework.core.type.AnnotationMetadata importMetadata) Deprecated.- Specified by:
setImportMetadata
in interfaceorg.springframework.context.annotation.ImportAware
-