Package

reactivemongo

akkastream

Permalink

package akkastream

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. akkastream
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait AkkaStreamCursor[T] extends Cursor[T]

    Permalink

  2. final class AkkaStreamFlattenedCursor[T] extends FlattenedCursor[T] with AkkaStreamCursor[T]

    Permalink
  3. sealed trait Flows[P <: SerializationPack, C <: GenericCollection[P]] extends AnyRef

    Permalink

    Flow builder to stream data to MongoDB.

    Flow builder to stream data to MongoDB.

    P

    the type of the serialization pack of the target collection

  4. sealed trait GridFSStreams extends AnyRef

    Permalink

    Akka-stream support for GridFS.

  5. sealed trait State extends AnyRef

    Permalink

    For future extension

Value Members

  1. object AkkaStreamCursor

    Permalink
  2. object Flows

    Permalink

    Flow builder utility

  3. object GridFSStreams

    Permalink
  4. object State

    Permalink

    Companion object

  5. implicit object cursorFlattener extends CursorFlattener[AkkaStreamCursor]

    Permalink

    Provides flattener for Akka Streams cursor.

  6. implicit def cursorProducer[T]: CursorProducer[T] { type ProducedCursor = reactivemongo.akkastream.AkkaStreamCursor.WithOps[T] }

    Permalink

    Provides Akka Streams instances for CursorProducer typeclass.

Inherited from AnyRef

Inherited from Any

Ungrouped