Package

reactivemongo

util

Permalink

package util

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

Type Members

  1. type SRV = (String, Int)

    Permalink

    Host/address and port

  2. type SRVRecordResolver = (ExecutionContext) ⇒ (String) ⇒ Future[Array[Record]]

    Permalink
  3. final class SimpleRing[T] extends AnyRef

    Permalink

    Note: This class is not thread-safe!

  4. type TXTResolver = (String) ⇒ Future[ListSet[String]]

    Permalink
  5. case class EitherMappableFuture[A](future: Future[A]) extends Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.19.8) Unused: will be removed

Value Members

  1. def option[T](cond: ⇒ Boolean, value: ⇒ T): Option[T]

    Permalink

    Makes an option of the value matching the condition.

  2. def srvRecords(name: String)(resolver: SRVRecordResolver)(implicit ec: ExecutionContext): Future[List[(String, Int)]]

    Permalink

    name

    the DNS name (e.g. mycluster.mongodb.com)

    resolver

    the record resolver

  3. def txtRecords(timeout: FiniteDuration = dnsTimeout)(implicit ec: ExecutionContext): TXTResolver

    Permalink

    timeout

    the resolution timeout (default: 5 seconds)

Deprecated Value Members

  1. object EitherMappableFuture extends Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.19.8) Unused: will be removed

  2. object ExtendedFutures

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.19.8) Internal: will be made private

  3. object LazyLogger

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.20.3) Internal: will be made private

Inherited from UtilCompat

Inherited from AnyRef

Inherited from Any

Ungrouped