Packages

object MongoCluster

Companion object for creating new MongoCluster instances

Since

1.0

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MongoCluster
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(wrapped: com.mongodb.reactivestreams.client.MongoCluster): MongoCluster

    Create a new MongoCluster wrapper

    Create a new MongoCluster wrapper

    wrapped

    the java MongoCluster instance

    returns

    MongoCluster