KtMongo
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
KtMongo
KtMongo: MongoDB driver for Kotlin • Multiplatform wire protocol
/
opensavvy.ktmongo.multiplatform.wire
Package-level
declarations
Types
Functions
Types
Message
Link copied to clipboard
sealed
interface
Message
Message
Section
Link copied to clipboard
sealed
interface
MessageSection
Mongo
Wire
Client
Link copied to clipboard
@
LowLevelApi
interface
MongoWireClient
:
AutoCloseable
Functions
Mongo
Wire
Client
Link copied to clipboard
@
LowLevelApi
suspend
fun
MongoWireClient
(
hostName
:
String
,
port
:
Int
,
factory
:
BsonFactory
=
BsonFactory()
,
coroutineContext
:
CoroutineContext
)
:
MongoWireClient