reactivemongo

util

package util

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. util
  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 EitherMappableFuture[A](future: Future[A]) extends Product with Serializable

  2. type SRV = (String, Int)

    Host/address and port

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

  4. final class SimpleRing[T] extends AnyRef

    Note: This class is not thread-safe!

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

Value Members

  1. object EitherMappableFuture extends Serializable

  2. object ExtendedFutures

  3. object LazyLogger

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

    Makes an option of the value matching the condition.

  5. 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

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

    timeout

    the resolution timeout (default: 5 seconds)

Inherited from AnyRef

Inherited from Any

Ungrouped