Package-level declarations

Types

Link copied to clipboard
interface KongoService<T : Any>

A service for abstracting MongoDB internals.

Functions

Link copied to clipboard
inline fun <T : Any> KongoService<T>.meta(name: String, options: CreateCollectionOptions = CreateCollectionOptions()): ReadOnlyProperty<Any?, KongoService.Info<T>>

Automatically configures KongoService.Info for your service.