object AsynchronousSocketChannelStreamFactoryFactory
A StreamFactoryFactory
implementation for AsynchronousSocketChannel-based streams.
- Since
1.0
- See also
java.nio.channels.AsynchronousSocketChannel
- Alphabetic
- By Inheritance
- AsynchronousSocketChannelStreamFactoryFactory
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- type Builder = com.mongodb.connection.AsynchronousSocketChannelStreamFactoryFactory.Builder
AsynchronousSocketChannelStreamFactoryFactory builder type
Value Members
- def apply(): StreamFactoryFactory
A
StreamFactoryFactory
implementation for AsynchronousSocketChannel-based streams. - def builder(): Builder
Create a builder for AsynchronousSocketChannel-based streams
Create a builder for AsynchronousSocketChannel-based streams
- returns
the builder
- Since
2.2
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: