class RequestMakerExpectingResponse extends ExpectingResponse with Product with Serializable

A request expecting a response.

Annotations
@deprecated
Deprecated

(Since version 0.16.0) Internal: will be made private

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RequestMakerExpectingResponse
  2. Serializable
  3. Product
  4. Equals
  5. ExpectingResponse
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RequestMakerExpectingResponse(requestMaker: RequestMaker, isMongo26WriteOp: Boolean)
    Annotations
    @deprecated
    Deprecated

    (Since version 0.18.5) Use constructor with pinnedNode

Value Members

  1. def canEqual(that: Any): Boolean
    Definition Classes
    RequestMakerExpectingResponse → Equals
  2. def equals(that: Any): Boolean
    Definition Classes
    RequestMakerExpectingResponse → Equals → AnyRef → Any
  3. val future: Future[Response]

    The future response of this request.

    The future response of this request.

    Definition Classes
    ExpectingResponse
  4. lazy val hashCode: Int
    Definition Classes
    RequestMakerExpectingResponse → AnyRef → Any
  5. val isMongo26WriteOp: Boolean
  6. lazy val productArity: Int
    Definition Classes
    RequestMakerExpectingResponse → Product
  7. def productElement(n: Int): Any
    Definition Classes
    RequestMakerExpectingResponse → Product
    Annotations
    @inline()
  8. def productElementName(n: Int): String
    Definition Classes
    Product
  9. def productElementNames: Iterator[String]
    Definition Classes
    Product
  10. def productIterator: Iterator[Any]
    Definition Classes
    Product
  11. def productPrefix: String
    Definition Classes
    Product
  12. val requestMaker: RequestMaker