org.eligosource.eventsourced.journal.mongodb

reactive

package reactive

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. reactive
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class MongodbReactiveJournalProps(nodes: List[String], authentications: List[Authenticate] = immutable.this.List.empty[Nothing], nbChannelsPerNode: Int = 10, mongoDBSystemName: Option[String] = scala.None, dbName: String = ..., collName: String = ..., writeConcern: GetLastError = ..., name: Option[String] = scala.None, dispatcherName: Option[String] = scala.None, initTimeout: FiniteDuration = ..., replayChunkSize: Int = 16.*(100), snapshotPath: Path = ..., snapshotSerializer: SnapshotSerializer = ..., snapshotLoadTimeout: FiniteDuration = ..., snapshotSaveTimeout: FiniteDuration = ..., snapshotFilesystem: FileSystem = ..., readOnly: Boolean = false) extends JournalProps with HadoopFilesystemSnapshottingProps[MongodbReactiveJournalProps] with Product with Serializable

    Configuration object for an Mongodb/Reactive based journal.

  2. case class ReactiveMessage(id: BSONObjectID = ..., key: Key, msgAsBytes: Array[Byte] = ...) extends Product with Serializable

Value Members

  1. val DefaultCollectionName: String

  2. val DefaultDatabaseName: String

  3. object MongodbReactiveJournalProps extends Serializable

    Companion object *

  4. object ReactiveMessage extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped