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.
since 2.2.0 in favor of ReactiveMongoSessionRepository.
This ReactiveSessionRepository implementation is kept to support migration to ReactiveMongoSessionRepository in a backwards compatible manner.
  • Constructor Details

    • ReactiveMongoOperationsSessionRepository

      public ReactiveMongoOperationsSessionRepository(org.springframework.data.mongodb.core.ReactiveMongoOperations mongoOperations)
      Deprecated.