com.qmetric.penfold.app.readstore

mongodb

package mongodb

Visibility
  1. Public
  2. All

Type Members

  1. case class Index(name: Option[String], fields: List[IndexField]) extends Product with Serializable

  2. case class IndexField(alias: String, path: String, multiKey: Boolean = false) extends Product with Serializable

  3. class IndexWriter extends AnyRef

  4. case class Indexes(customIndexes: List[Index]) extends Product with Serializable

  5. case class LastKnownPageDetails(id: AggregateId, sortValue: Long, direction: NavigationDirection) extends Product with Serializable

  6. class MongoEventTracker extends EventTracker

  7. class MongoNextExpectedEventIdProvider extends NextExpectedEventIdProvider

  8. class MongoReadStore extends ReadStore

  9. class MongoReadStoreUpdater extends EventListener

  10. sealed trait NavigationDirection extends AnyRef

  11. case class QueryPlan(restrictionFields: List[RestrictionField], sortFields: List[SortField]) extends Product with Serializable

  12. case class RestrictionField(name: String, values: Set[Option[String]]) extends Product with Serializable

  13. case class SortField(name: String) extends Product with Serializable

Value Members

  1. object NavigationDirection

Ungrouped