FullDocumentStrategy

reactivemongo.api.ChangeStreams$.FullDocumentStrategy$
See theFullDocumentStrategy companion class

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case object Default extends FullDocumentStrategy

Default lookup strategy. Insert and Replace events contain the full document at the time of the event.

Default lookup strategy. Insert and Replace events contain the full document at the time of the event.

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Default.type

In this strategy, in addition to the default behavior, Update change events will be joined with the current version of the related document (which is thus not necessarily the value at the time of the event).

In this strategy, in addition to the default behavior, Update change events will be joined with the current version of the related document (which is thus not necessarily the value at the time of the event).

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror