Class ReactiveMongoOperationsSessionRepository
java.lang.Object
org.springframework.session.data.mongo.ReactiveMongoSessionRepository
org.springframework.session.data.mongo.ReactiveMongoOperationsSessionRepository
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationEventPublisherAware,ReactiveSessionRepository<MongoSession>
@Deprecated
public class ReactiveMongoOperationsSessionRepository
extends ReactiveMongoSessionRepository
Deprecated.
This
ReactiveSessionRepository implementation is kept to support migration to
ReactiveMongoSessionRepository in a backwards compatible manner.-
Field Summary
Fields inherited from class org.springframework.session.data.mongo.ReactiveMongoSessionRepository
DEFAULT_COLLECTION_NAME, DEFAULT_INACTIVE_INTERVAL -
Constructor Summary
ConstructorsConstructorDescriptionReactiveMongoOperationsSessionRepository(org.springframework.data.mongodb.core.ReactiveMongoOperations mongoOperations) Deprecated. -
Method Summary
Methods inherited from class org.springframework.session.data.mongo.ReactiveMongoSessionRepository
afterPropertiesSet, createSession, deleteById, findById, getCollectionName, getMaxInactiveIntervalInSeconds, save, setApplicationEventPublisher, setBlockingMongoOperations, setCollectionName, setMaxInactiveIntervalInSeconds, setMongoSessionConverter
-
Constructor Details
-
ReactiveMongoOperationsSessionRepository
public ReactiveMongoOperationsSessionRepository(org.springframework.data.mongodb.core.ReactiveMongoOperations mongoOperations) Deprecated.
-
ReactiveMongoSessionRepository.