环境
我们使用回调API使用MongoDB事务。Core也是如此。
样本
private ThreadLocal<MongoOperations> sessionMongoTemplate; try (final ClientSession session = getClientSession()) { this.sessionMongoTemplate = ThreadLocal.withInitial(() -> getMongoOperations().withSession(session));