reactivemongo

util

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type SRV = (String, Int)

    Host/address and port

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

  3. final class SimpleRing[T] extends AnyRef

    Note: This class is not thread-safe!

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

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

    Annotations
    @deprecated
    Deprecated

    (Since version 0.19.8) Unused: will be removed

Value Members

  1. object LazyLogger

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

    Makes an option of the value matching the condition.

  3. def srvRecords(name: String)(resolver: (ExecutionContext) ⇒ (String) ⇒ Future[Array[Record]])(implicit ec: ExecutionContext): Future[List[(String, Int)]]

    name

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

    resolver

    the record resolver

  4. def txtRecords(timeout: FiniteDuration = dnsTimeout)(implicit ec: ExecutionContext): (String) ⇒ Future[ListSet[String]]

    timeout

    the resolution timeout (default: 5 seconds)

Deprecated Value Members

  1. object EitherMappableFuture extends Serializable

    Annotations
    @deprecated
    Deprecated

    (Since version 0.19.8) Unused: will be removed

  2. object ExtendedFutures

    Annotations
    @deprecated
    Deprecated

    (Since version 0.19.8) Internal: will be made private

Inherited from UtilCompat

Inherited from AnyRef

Inherited from Any

Ungrouped