package internal
Internal companion objects for easy interaction with the Java based async library
- Since
1.0
- Note
Not directly accessible but accessible via package objects and aliases. Mirrors the async package naming convention and locations but under the
org.mongodb.scala
namespace
- Alphabetic
- By Inheritance
- internal
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- sealed trait State extends AnyRef
- case class WaitingOnChild(s: Subscription) extends State with Product with Serializable
Value Members
- case object Done extends State with Product with Serializable
- case object Error extends State with Product with Serializable
- case object Init extends State with Product with Serializable
- case object LastChildNotified extends State with Product with Serializable
- case object LastChildResponded extends State with Product with Serializable
This is the documentation for the MongoDB Scala driver.
Driver structure
The mongodb scala driver.
To get started you need a MongoClient instance, either from a connection string or via a org.mongodb.scala.MongoClientSettings.
Notable packages include: