reactivemongo.api.CursorOptions
See theCursorOptions companion object Attributes
- flags
the flags representing the current options
import reactivemongo.api.CursorOptions
// Create a options to specify a cursor is tailable
val opts = CursorOptions.empty.tailable
- Companion:
- object
- Graph
- Supertypes
class AnyVal
trait Matchable
class Any
Members list
Concise view
Value members
Enable the flag oplogReplay
flag
Enable the flag oplogReplay
flag
Attributes