GenericCollectionProducer

reactivemongo.api.collections.GenericCollectionProducer

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Inherited methods

def apply(db: DB, name: String, failoverStrategy: FailoverStrategy): C

Resolve a Collection reference.

Resolve a Collection reference.

Attributes

db

the database which this collection belong to

failoverStrategy

the failover strategy for the collection operations

name

the name of the collection

Inherited from:
CollectionProducer