CollectionProducer

reactivemongo.api.CollectionProducer

A Producer of Collection implementation.

This is used to get an implementation implicitly when getting a reference of a Collection.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract 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