Example usage for com.mongodb.async.client MongoClient interface-usage

List of usage examples for com.mongodb.async.client MongoClient interface-usage

Introduction

In this page you can find the example usage for com.mongodb.async.client MongoClient interface-usage.

Usage

From source file io.opentracing.contrib.mongo.TracingAsyncMongoClient.java

/**
 * Tracing decorator for {@link MongoClient}
 */
public class TracingAsyncMongoClient implements MongoClient {

    private final MongoClient mongoClient;