Class ReadConcernAwareNoOpSessionContext

java.lang.Object
com.mongodb.internal.connection.NoOpSessionContext
com.mongodb.internal.connection.ReadConcernAwareNoOpSessionContext
All Implemented Interfaces:
SessionContext

@Deprecated(since="2021-05-27") public final class ReadConcernAwareNoOpSessionContext extends NoOpSessionContext
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
A SessionContext implementation that does nothing and reports that it has no session, but does track read concern.

This class should not be considered a part of the public API.

  • Constructor Details

    • ReadConcernAwareNoOpSessionContext

      public ReadConcernAwareNoOpSessionContext(ReadConcern readConcern)
      Deprecated.
      Construct an instance.
      Parameters:
      readConcern - the read concern
  • Method Details